@hasna/mcps 0.0.18 → 0.0.19

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.
@@ -7,4 +7,5 @@ export interface CreateMcpServerOptions {
7
7
  cloudTools?: boolean;
8
8
  tools?: McpsMcpToolDefinition[];
9
9
  }
10
+ export declare function buildServer(options?: CreateMcpServerOptions): McpServer;
10
11
  export declare function createMcpServer(options?: CreateMcpServerOptions): McpServer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/mcps",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "Meta-MCP registry & CLI — discover, manage, and proxy MCP servers",
5
5
  "type": "module",
6
6
  "repository": {