15 lines
369 B
JSON
15 lines
369 B
JSON
{
|
|
"name": "conversational-api-debugger",
|
|
"description": "Debug REST API failures using OpenAPI specs and HTTP logs. Analyzes errors, suggests fixes, and generates test commands.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Intent Solutions",
|
|
"url": "https://intentsolutions.io"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |