Skip to content

Commit e2ece76

Browse files
authored
Update MCP recipe traces output (#224)
1 parent e839847 commit e2ece76

1 file changed

Lines changed: 17 additions & 8 deletions

File tree

mcp/README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,23 @@ The README.md for the Spice.ai OSS Cookbook serves as a comprehensive guide to c
9191
7. Make sure the LLM called the MCP tool (and didn't hallucinate)
9292
```bash
9393
>>> spice trace ai_chat
94-
95-
TREE STATUS DURATION TASK
96-
d2aea75693c13de3 ✅ 8577.00ms ai_chat
97-
├── 6b7d17547c4822ab ✅ 8575.48ms ai_completion
98-
├── 7d669dfe8152ccb4 ✅ 2.17ms tool_use::fs/list_allowed_directories
99-
├── 234e619826c618f0 ✅ 7475.86ms ai_completion
100-
├── fdce46ad22f9051e ✅ 11.41ms tool_use::fs/read_file
101-
└── 4f0a4e941f4d0efe ✅ 6337.73ms ai_completion
94+
Spice.ai OSS CLI v1.5.0-build.2cfdba8f2
95+
96+
TREE STATUS DURATION SPANID
97+
ai_chat ✅ 15417.63ms 8cda3b72ccc32496
98+
├── ai_completion ✅ 15417.17ms bc1394533a450527
99+
├── tool_use::fs/list_allowed_directories ✅ 0.96ms 9d35bf23821b5424
100+
├── ai_completion ✅ 14358.63ms aefd3b7427c754b4
101+
├── tool_use::fs/list_directory ✅ 1.92ms 7ffc1df4306a0cfa
102+
├── ai_completion ✅ 13449.41ms f35ee6853530564b
103+
├── tool_use::fs/read_file ✅ 2.93ms 18ecb464a8d9ccfd
104+
├── ai_completion ✅ 11879.71ms 9947f2e57c714ffc
105+
├── tool_use::fs/read_file ✅ 5.54ms bbb43a3db56c960e
106+
├── ai_completion ✅ 8724.63ms 2ef5f01ed9381fc4
107+
├── tool_use::fs/read_file ✅ 2.01ms d88a5b80a52c06ef
108+
├── ai_completion ✅ 7404.46ms 553e03a7d10adab1
109+
├── tool_use::fs/read_file ✅ 2.81ms f5e0d68dfc21a268
110+
└── ai_completion ✅ 6002.60ms f8e85290f31bb581
102111
```
103112

104113
## Connect to Spice over MCP

0 commit comments

Comments
 (0)