Skip to content

Commit 83e9d49

Browse files
Copilot0xrinegade
andcommitted
Fix CI pipeline dependencies lock file error and missing test config
Co-authored-by: 0xrinegade <[email protected]>
1 parent c625922 commit 83e9d49

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/mcp-inspector.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
uses: actions/setup-node@v4
3232
with:
3333
node-version: '18'
34-
cache: 'npm'
3534

3635
- name: Cache Rust dependencies
3736
uses: actions/cache@v4

test-config/mcp-config.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mcpServers": {
3+
"solana": {
4+
"command": "./target/release/solana-mcp-server",
5+
"args": ["stdio"],
6+
"env": {
7+
"SOLANA_RPC_URL": "https://api.devnet.solana.com",
8+
"SOLANA_COMMITMENT": "confirmed",
9+
"RUST_LOG": "debug"
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)