What you’ll learn:
- How to edit forked code
- Adding new tools
- Testing changes
Editing Forked Code
Open Editor
Open the code editor from your forked server’s dashboard or simply make the changes in your repository and push them.
Adding Tools
Define new tools by adding tool definitions and handler functions to your forked code. Tools follow the MCP specification with a schema defining inputs and a function implementing the logic.Tool Structure:
- Schema: Defines tool inputs and outputs
- Handler: Implements the tool logic
- Registration: Adds tool to your server
