Skip to main content
Glama
soriat

MCP Elicitations Demo Server

by soriat
prompt-simple.ts366 B
export const simplePrompt = { name: 'simple_prompt', description: "A prompt without arguments", handler: async () => { return { messages: [ { role: "user" as const, content: { type: "text" as const, text: "This is a simple prompt without arguments.", }, }, ], }; }, };

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/soriat/soria-mcp'

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