Conversation
* Create new @slangroom/mcp package with MCP server implementation * Add basic MCP server with resource listing capabilities * Include package.json, tsconfig.json, and build configuration * Add README.md with package documentation * Update CRUSH.md with development guidelines This package provides an MCP server that helps developers and AI assistants write Slangroom contracts by providing context-aware assistance, documentation, and development tools. 💘 Generated with Crush Co-Authored-By: Crush <crush@charm.land>
* Document MCP server features and usage * Include installation and development instructions * Provide overview of Slangroom MCP capabilities 💘 Generated with Crush Co-Authored-By: Crush <crush@charm.land>
Build a real MCP server for drafting and validating Slangroom scripts from the repository's live syntax reference, examples, and tests. - index statement definitions from docs/statements and plugin coverage - expose MCP tools for listing statements, searching sources, drafting contracts, and validating syntax - add MCP resources for syntax reference and example/test contract bundles - add automated tests for tool behavior and contract validation flows - add a standalone CLI entrypoint for running the MCP server
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.
This PR adds a new @slangroom/mcp package that provides an MCP (Model Context Protocol) server to help developers and AI assistants write Slangroom contracts.
Features:
The MCP server can be used with AI coding assistants that support the Model Context Protocol to provide context-aware assistance for Slangroom contract development.
悆 Generated with Crush
Co-Authored-By: Crush crush@charm.land