Pre-configured profile templates for filesystem, GitHub, PostgreSQL, Slack, memory, and fetch MCP servers. Includes registry, validation, instantiation utilities, and .mcp.json generation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
284 B
TypeScript
7 lines
284 B
TypeScript
export { filesystemTemplate } from './filesystem.js';
|
|
export { githubTemplate } from './github.js';
|
|
export { postgresTemplate } from './postgres.js';
|
|
export { slackTemplate } from './slack.js';
|
|
export { memoryTemplate } from './memory.js';
|
|
export { fetchTemplate } from './fetch.js';
|