@modelcontextprotocol/server-budget-allocator 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Budget Allocator MCP Server
3
+ *
4
+ * Provides budget configuration, 24 months of historical allocation data,
5
+ * and industry benchmarks by company stage.
6
+ */
7
+ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
8
+ /**
9
+ * Creates a new MCP server instance with tools and resources registered.
10
+ * Each HTTP session needs its own server instance because McpServer only supports one transport.
11
+ */
12
+ export declare function createServer(): McpServer;