octocode-mcp 8.0.0 → 8.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/src/github/githubAPI.d.ts +33 -1
- package/dist/src/scheme/baseSchema.d.ts +9 -9
- package/dist/src/scheme/github_fetch_content.d.ts +46 -46
- package/dist/src/scheme/github_search_code.d.ts +24 -24
- package/dist/src/scheme/github_search_pull_requests.d.ts +96 -32
- package/dist/src/scheme/github_search_repos.d.ts +15 -15
- package/dist/src/scheme/github_view_repo_structure.d.ts +24 -24
- package/dist/src/tools/toolMetadata.d.ts +3 -7
- package/dist/src/tools/utils.d.ts +2 -0
- package/dist/src/types.d.ts +23 -4
- package/dist/src/utils/diffParser.d.ts +8 -0
- package/dist/src/utils/fetchWithRetries.d.ts +5 -0
- package/package.json +19 -21
- package/dist/tests/tools/toolMetadata.uninitialized.test.d.ts +0 -1
- /package/dist/tests/{tools/toolMetadata.coverage.test.d.ts → investigate_pr_response.test.d.ts} +0 -0
- /package/dist/tests/{tools/toolMetadata.errors.test.d.ts → utils/bulkOperations.instructions.test.d.ts} +0 -0
- /package/dist/tests/{tools/toolMetadata.isolated.test.d.ts → utils/diffParser.test.d.ts} +0 -0
package/README.md
CHANGED
|
@@ -666,7 +666,7 @@ Understand how code evolved, why decisions were made, and learn from production
|
|
|
666
666
|
**Key Features**:
|
|
667
667
|
- **PR Discovery**: Search by state, author, labels, dates
|
|
668
668
|
- **Direct Access**: Fetch specific PR by number (10x faster)
|
|
669
|
-
- **Code Diffs**: Include full diff content
|
|
669
|
+
- **Code Diffs**: Include full diff content or targeted file patches (smart token management)
|
|
670
670
|
- **Discussions**: Access comment threads and review discussions
|
|
671
671
|
- **Merged Code**: Filter for production-ready, merged changes
|
|
672
672
|
|