export const SERVER_METADATA = {
name: 'example-mcp-stdio',
version: '2.0.0',
description:
'Learning-first MCP v2 stdio starter with built-in CLI scaffolding for tools, resources, and prompts.',
};
export const SERVER_INSTRUCTIONS = [
'This server is a learning starter for MCP TypeScript SDK v2 over STDIO.',
'Use tools for actions, resources for read-only data, and prompts for reusable templates.',
'Generated modules are loaded automatically from src/features/* via the create command.',
].join('\n');