Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Test Serverrun the basic server example"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Test
A test repository for MCP (Model Context Protocol) functionality with TypeScript support.
Features
TypeScript-based MCP server implementation
Example configurations and usage
Jest-based test cases
Development tools setup (ts-node, ts-node-dev)
Project Structure
Getting Started
Clone the repository
Install dependencies
Build the project
Run examples
Run tests
Development
npm run build- Compile TypeScript to JavaScriptnpm run dev- Start development mode with auto-reloadnpm test- Run test casesnpm run example- Run the example server
License
This project is licensed under the MIT License - see the LICENSE file for details.