Googolplexic commited on
Commit
15985df
·
1 Parent(s): b314aa2

Update validation examples in API monitoring interface for improved clarity and accuracy

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -59,17 +59,17 @@ validation_tab = gr.Interface(
59
  flagging_options=["Invalid Request", "API Error", "Config Issue", "Other"],
60
  examples=[
61
  [
62
- "test_mcp_key_123",
63
- "Dog Facts Monitor",
64
- "Monitor random dog facts from a free API",
65
  "GET",
66
- "https://dogapi.dog",
67
- "api/v2/facts",
68
- "",
69
- "",
70
  "{}",
71
- 30,
72
- 1.5,
73
  "",
74
  ],
75
  [
@@ -93,7 +93,7 @@ validation_tab = gr.Interface(
93
  "GET",
94
  "https://api.github.com",
95
  "repos/microsoft/TypeScript/issues",
96
- "state: open\nper_page: 5",
97
  "Accept: application/vnd.github.v3+json\nUser-Agent: MCP-Monitor",
98
  "{}",
99
  120,
 
59
  flagging_options=["Invalid Request", "API Error", "Config Issue", "Other"],
60
  examples=[
61
  [
62
+ "1bba41230a7050381beaeb818b23721c2d97557b3c6fcfe369b07847e1b61eb8",
63
+ "Wind-up Tonberry Price Monitor",
64
+ "Monitor Wind-up Tonberry (ID: 6184) market prices on Aether-Siren server every hour for one week",
65
  "GET",
66
+ "https://universalis.app",
67
+ "api/v2/Siren/6184",
68
+ "listings: 1\nentries: 1",
69
+ "Content-Type: application/json\nUser-Agent: FFXIV-Market-Monitor",
70
  "{}",
71
+ 60,
72
+ 168,
73
  "",
74
  ],
75
  [
 
93
  "GET",
94
  "https://api.github.com",
95
  "repos/microsoft/TypeScript/issues",
96
+ "state: open\nper_page: 1",
97
  "Accept: application/vnd.github.v3+json\nUser-Agent: MCP-Monitor",
98
  "{}",
99
  120,