@aihubspot/agent-trade-mcp 0.1.0

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.
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # AI Hub Agent Trade MCP
2
+
3
+ Install with `npm install -g @aihubspot/agent-trade-mcp`, then start `ai-hub-trade-mcp --profile default`.
4
+
5
+ This package provides a local stdio MCP server. State-changing operations require a preview and a new explicit user confirmation.
@@ -0,0 +1,4 @@
1
+ #!/usr/bin/env node
2
+ declare function main(argv: string[]): Promise<void>;
3
+
4
+ export { main };