Skip to content

Commit 5815812

Browse files
committed
feat: add environment variable configuration for BANKLESS_API_TOKEN in README
1 parent 2104ef1 commit 5815812

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,10 @@ To integrate this server with AI applications that support MCP, add the followin
263263
"command": "npx",
264264
"args": [
265265
"@bankless/[email protected]"
266-
]
266+
],
267+
"env": {
268+
"BANKLESS_API_TOKEN": "your_api_token_here"
269+
}
267270
}
268271
}
269272
}

0 commit comments

Comments
 (0)