Skip to content

Commit 50470f5

Browse files
committed
update readme
1 parent 47cef45 commit 50470f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ graph TD
111111
- The processed documentation is stored in an in-memory cache (`src/utils/cache.ts`) with a specified TTL (Time-To-Live).
112112
- The cache is periodically refreshed.
113113
4. **Tool Usage**:
114-
- `api_docs`: When invoked, this tool retrieves a list of all available API resources from the cache, filtered by `sourceName` if provided.
114+
- `api_docs`: When invoked, this tool retrieves a list of all available API resources from the cache, filtered by `source` if provided.
115115
- `api_search`: When invoked with a `detailName`, this tool provides detailed documentation (request, response, error structures) for a specific API resource from the cache.
116116

117117
## Installation
@@ -245,7 +245,7 @@ This tool provides a list of all available API methods from the configured sourc
245245

246246
```typescript
247247
{
248-
sourceName?: string; // The name of the API source (e.g., "GitHub") from MCP configuration environment variables. If not provided, docs from all sources will be returned.
248+
source?: string; // The name of the API source (e.g., "GitHub") from MCP configuration environment variables. If not provided, docs from all sources will be returned.
249249
}
250250
```
251251

0 commit comments

Comments
 (0)