apple muncy commited on
Commit
3a6406f
·
1 Parent(s): 80ed5ac

use # instead of '''

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -105,17 +105,17 @@ async def get_agent():
105
  model=HF_MODEL,
106
  provider=DEFAULT_PROVIDER,
107
  api_key=HF_TOKEN,
108
- '''
109
- {
110
- "type": "stdio",
111
- "config": {
112
- "command": "python",
113
- "args": ["mcp_server.py"],
114
- "cwd": ".", # Ensure correct working directory
115
- "env": {"HF_TOKEN": HF_TOKEN} if HF_TOKEN else {},
116
- },
117
- }
118
- '''
119
  servers=[
120
 
121
  {
 
105
  model=HF_MODEL,
106
  provider=DEFAULT_PROVIDER,
107
  api_key=HF_TOKEN,
108
+ # {
109
+ # "type": "stdio",
110
+ #
111
+ # "config": {
112
+ # "command": "python",
113
+ # "args": ["mcp_server.py"],
114
+ # "cwd": ".", # Ensure correct working directory
115
+ # "env": {"HF_TOKEN": HF_TOKEN} if HF_TOKEN else {},
116
+ # },
117
+ # }
118
+
119
  servers=[
120
 
121
  {