tradeblocks-mcp 0.1.2 → 0.2.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 +1 -0
- package/dist/test-exports.js +16689 -19
- package/dist/test-exports.js.map +1 -1
- package/manifest.json +68 -18
- package/package.json +1 -1
- package/server/index.js +3956 -2356
- package/server/index.js.map +1 -1
package/README.md
CHANGED
|
@@ -244,5 +244,6 @@ npm run mcpb:pack
|
|
|
244
244
|
## Related
|
|
245
245
|
|
|
246
246
|
- [Usage Guide](docs/USAGE.md) - Detailed usage examples and workflows
|
|
247
|
+
- [Web Platforms Guide](docs/WEB-PLATFORMS.md) - Connect to ChatGPT, Google AI Studio, Julius
|
|
247
248
|
- [Agent Skills](../agent-skills/README.md) - Conversational workflows for guided analysis
|
|
248
249
|
- [Main Application](../../README.md) - Web-based UI for TradeBlocks
|