Skip to content

Commit f20ec5d

Browse files
committed
chore: mcp server update
1 parent 2904eec commit f20ec5d

8 files changed

Lines changed: 6339 additions & 1 deletion

File tree

.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# API Configuration
2+
TRANSPORT=stdio # Fixed to stdio
3+
4+
# Debug
5+
DEBUG=false
6+
7+
# --- Authorization Configuration ---
8+
# Example for HTTP Bearer Token "apiToken"
9+
APITOKEN=YOUR_TOKEN_VALUE
10+

0 commit comments

Comments
 (0)