Logo
Explore Help
Sign In
michal/mcpctl
1
0
Fork 0
You've already forked mcpctl
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
cde1c59fd62e98621d4ce69e189f020048cd4dc1
mcpctl/src/mcpd/tsconfig.json

14 lines
255 B
JSON
Raw Normal View History

first commit
2026-02-21 03:10:39 +00:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
feat: implement mcpd core server framework with Fastify Add Fastify server with config validation (Zod), health/healthz endpoints, auth middleware (Bearer token + session lookup), security plugins (CORS, Helmet, rate limiting), error handler, audit logging, and graceful shutdown. 36 tests passing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 04:22:01 +00:00
"outDir": "dist",
feat: add MCP server templates and deployment infrastructure Introduce a Helm-chart-like template system for MCP servers. Templates are YAML files in templates/ that get seeded into the DB on startup. Users can browse them with `mcpctl get templates`, inspect with `mcpctl describe template`, and instantiate with `mcpctl create server --from-template=`. Also adds Portainer deployment scripts, mcplocal systemd service, Streamable HTTP MCP endpoint, and RPM packaging for mcpctl-local. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 22:24:35 +00:00
"types": ["node", "js-yaml"]
first commit
2026-02-21 03:10:39 +00:00
},
"include": ["src/**/*.ts"],
"references": [
{ "path": "../shared" },
{ "path": "../db" }
]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 249ms Template: 14ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API