Conversation
Export ANGIE_REQUIRED_RESOURCES, ANGIE_MODEL_PREFERENCES, ANGIE_EXTENDED_TIMEOUT, MCP_READONLY constants and AngieRequiredResource, AngieModelPreferences, AngieExtendedTimeout interfaces so third-party MCP server developers can annotate their tools with Angie-specific metadata. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…tions.md Covers all four Angie tool annotations (requiredResources, modelPreferences, extendedTimeout, readOnlyHint) with schemas, examples, and a combined usage example. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Fix broken link to deleted model-preferences.md → tool-annotations.md - Add Tool Annotations section to README with import/usage example - Update angie-sdk-supported-features.md to use SDK constants and correct field names Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
netanelavr
reviewed
Mar 8, 2026
naftalis-elementor
previously approved these changes
Mar 8, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Re-export ToolAnnotations from @elementor/angie-sdk and add `as ToolAnnotations` casts to all annotation objects in docs to work around strict MCP SDK typing until tools are refactored. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
netanelavr
approved these changes
Mar 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/angie-annotations.tsexporting four constants (ANGIE_REQUIRED_RESOURCES,ANGIE_MODEL_PREFERENCES,ANGIE_EXTENDED_TIMEOUT,MCP_READONLY) and three TypeScript interfaces (AngieRequiredResource,AngieModelPreferences,AngieExtendedTimeout)src/index.tsso they are part of the public@elementor/angie-sdkpackagedocs/model-preferences.mdwithdocs/tool-annotations.mdcovering all four annotations with schemas, examples, and a combined usage examplesrc/angie-annotations.test.tswith 4 unit tests verifying each constant valueTest plan
npm test— all 117 tests pass across 13 suitesnpm run build— compiles without errors,dist/angie-annotations.d.tsand updateddist/index.d.tsare emitted🤖 Generated with Claude Code
✨ PR Description
Purpose: Add Angie-specific tool annotation constants and TypeScript interfaces to the public SDK for configuring MCP tool metadata like resource dependencies and model preferences.
Main changes:
Generated by LinearB AI and added by gitStream.
AI-generated content may contain inaccuracies. Please verify before using.
💡 Tip: You can customize your AI Description using Guidelines Learn how