From dc0673158a7567a7b98fc329a70703e1189a2ea6 Mon Sep 17 00:00:00 2001 From: Maxi Date: Tue, 23 Jun 2026 17:42:25 -0700 Subject: [PATCH] Add MCP Registry server.json --- server.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 server.json diff --git a/server.json b/server.json new file mode 100644 index 0000000..75e73eb --- /dev/null +++ b/server.json @@ -0,0 +1,16 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.FalconerAI/agent-integrations", + "description": "MCP server giving AI coding agents trusted access to a company's living documentation.", + "repository": { + "url": "https://github.com/FalconerAI/agent-integrations", + "source": "github" + }, + "version": "0.1.0", + "remotes": [ + { + "type": "streamable-http", + "url": "https://falconer.com/api/mcp" + } + ] +}