Skip to content

Commit c0f5f61

Browse files
committed
Commented out all customizations in agent.py so default behavior of this sample app is the OOTB behavior.
1 parent 69f79da commit c0f5f61

File tree

1 file changed

+1
-2
lines changed
  • mcp/python-react-agent-simple-ui/server

1 file changed

+1
-2
lines changed

mcp/python-react-agent-simple-ui/server/agent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"Do not ask to create charts, as thoughtspot will already create interactive charts for you."
5353
"Respond in an engaging markdown format, with html tags when needed."
5454
"Keep the response short and to the point."
55-
"Use this datasource: cd252e5c-b552-49a8-821d-3eadaa049cca to answer all data questions."
55+
# "Use this datasource: cd252e5c-b552-49a8-821d-3eadaa049cca to answer all data questions."
5656
)
5757

5858
# ThoughtSpot Tools:
@@ -75,7 +75,6 @@
7575
"server_url": "https://agent.thoughtspot.app/bearer/mcp",
7676
"require_approval": "never",
7777
# "allowed_tools": ["ping", "getRelevantQuestions","getAnswer","createLiveboard","getDataSourceSuggestions"],
78-
"allowed_tools": ["ping","getAnswer","createLiveboard","getDataSourceSuggestions"],
7978
"headers": {
8079
"Authorization": f"Bearer {TS_AUTH_TOKEN}",
8180
"x-ts-host": TS_HOST,

0 commit comments

Comments
 (0)