Skip to main content
Glama
server.py514 B
# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml startCommand: type: stdio configSchema: type: object properties: {} commandFunction: |- (config) => ({ command: 'python', args: ['src/server.py'] }) exampleConfig: {} ``` ### 최종 구조: ``` meeting-automation-mcp/ ├── src/ │ └── server.py ← 이동! ├── requirements.txt ├── smithery.yaml ← args: ['src/server.py'] ├── README.md └── LICENSE

Latest Blog Posts

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/Ramhori/meeting-automation-mcp'

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