Commit bee4ff4
Add GitHub URL support and fix MCP server bugs
- Implement add-github command for cloning MCP servers from GitHub repositories
- Add automatic Rust project building with cargo build --release
- Add stdio transport support for local MCP processes
- Fix Bearer token masking in authentication headers
- Add configuration persistence with JSON file storage
- Enhance McpServerConfig with github_url and local_path fields
- Improve error handling and debug logging
- Add comprehensive stdio communication testing
- Successfully tested with real solana-mcp-server repository
Co-authored-by: 0xrinegade <[email protected]>1 parent 410a148 commit bee4ff4
3 files changed
+362
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
886 | 886 | | |
887 | 887 | | |
888 | 888 | | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
889 | 917 | | |
890 | 918 | | |
891 | 919 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| 354 | + | |
| 355 | + | |
354 | 356 | | |
355 | 357 | | |
356 | 358 | | |
| |||
367 | 369 | | |
368 | 370 | | |
369 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
370 | 404 | | |
371 | 405 | | |
372 | 406 | | |
| |||
587 | 621 | | |
588 | 622 | | |
589 | 623 | | |
| 624 | + | |
| 625 | + | |
590 | 626 | | |
591 | 627 | | |
592 | 628 | | |
| |||
0 commit comments