-
Notifications
You must be signed in to change notification settings - Fork 29
Moving beta tools to GA #75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added TypeScript types for text and image content, along with a unified ToolResponse type. Introduced utility functions for creating text and image content, and for formatting tool responses. This improves type safety and clarity in handling different response formats.
Updated the CMS tool to enhance TypeScript type definitions for function arguments and responses, ensuring better clarity and maintainability. Consolidated import statements and improved formatting for better readability. This refactor aligns with recent updates across other tools for a unified codebase.
Data tool consolidation
pulling latest changes from main
…nsistency - Updated dependencies in package.json and package-lock.json, including @modelcontextprotocol/sdk to version 1.21.1 and webflow-api to version 3.2.1. - Refactored various tools to use registerTool method for better consistency across the codebase. - Enhanced input schemas and descriptions for several tools, including data scripts, pages, and styles, to improve clarity and maintainability. - Removed deprecated or unnecessary code segments to streamline functionality.
… tools registration - Updated the @modelcontextprotocol/sdk dependency in package.json to version 1.23.0. - Added registration for new tools: registerCommentsTools and registerEnterpriseTools in mcp.ts. - Exported new tools from index.ts for better modularity. - Enhanced the rules.ts file with additional guidance on localizations. - Introduced new script management functions in scripts.ts for handling custom scripts on pages.
- Removed the --clean flag from the build script for a more straightforward build process. - Maintained the watch functionality in the build:watch script for continuous development.
chore: update @modelcontextprotocol/sdk to version 1.23.0 and enhance…
- Introduced the element_snapshot_tool to capture visual snapshots of elements, sections, or components. - Enhanced the rules documentation with usage instructions for the new tool, emphasizing its utility for debugging and visual validation. - Implemented RPC call handling for the snapshot tool, returning PNG images for specified elements.
- Updated the image data handling in the registerDEElementTools function to remove the "data:image/png;base64," prefix, ensuring cleaner data processing for PNG images.
- Added openWorldHint to the annotations in the registerCommentsTools function for improved user guidance. - Updated zod import to version 3 in enterprise.ts for consistency with other schema files.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
No description provided.