Skip to content

Conversation

@jonathannorris
Copy link
Member

Adds custom properties management to the MCP server with 4 new tools:

  • list_custom_properties - List with pagination/filtering
  • create_custom_property - Create new custom properties
  • update_custom_property - Update existing properties
  • delete_custom_property - Delete with safety warnings

Changes

  • Extended API client in src/api/customProperties.ts
  • Added type schemas in src/mcp/types.ts
  • Created tools in src/mcp/tools/customPropertiesTools.ts
  • Updated server to include new tools

Follows established MCP patterns with proper error handling, dashboard links, and production safety warnings.

@jonathannorris jonathannorris requested a review from a team as a code owner July 24, 2025 19:15
@jonathannorris jonathannorris requested a review from JamieSinn July 24, 2025 19:35
@jonathannorris jonathannorris merged commit b4ea7f2 into feat-mcp-server Jul 24, 2025
8 checks passed
@jonathannorris jonathannorris deleted the feat-custom-properties-tools branch July 24, 2025 19:41
jonathannorris added a commit that referenced this pull request Jul 25, 2025
* feat: add custom properties tools

* fix: add missing custom properties type schemas
jonathannorris added a commit that referenced this pull request Aug 11, 2025
* feat: add custom properties tools

* fix: add missing custom properties type schemas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants