Skip to main content
Glama

Simple MCP Server

copilot-instructions.md1.14 kB
# Copilot Instructions <!-- Use this file to provide workspace-specific custom instructions to Copilot. For more details, visit https://code.visualstudio.com/docs/copilot/copilot-customization#_use-a-githubcopilotinstructionsmd-file --> This is a Model Context Protocol (MCP) server project written in TypeScript. ## Key Guidelines: - Use the MCP SDK (@modelcontextprotocol/sdk) for all MCP-related functionality - Follow MCP best practices for tool definitions and server implementation - Use TypeScript with proper type definitions - Implement tools that provide meaningful functionality to LLM clients - Handle errors gracefully and provide helpful error messages - Use Zod for input validation and schema definitions ## Resources: - You can find more info and examples at https://modelcontextprotocol.io/llms-full.txt - MCP SDK documentation: https://github.com/modelcontextprotocol/typescript-sdk ## Project Structure: - `src/` - Source code directory - `src/index.ts` - Main server implementation - `package.json` - Project dependencies and scripts - `tsconfig.json` - TypeScript configuration

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shaleen-wonder-ent/simple-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server