octocode-mcp 7.0.3-alpha.2 → 7.0.3-alpha.4
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/prompts/kudos.d.ts +3 -0
- package/dist/src/prompts/prompts.d.ts +6 -0
- package/dist/src/prompts/research.d.ts +4 -0
- package/dist/src/prompts/use.d.ts +3 -0
- package/dist/src/sampling.d.ts +4 -4
- package/dist/src/scheme/baseSchema.d.ts +3 -0
- package/dist/src/scheme/github_fetch_content.d.ts +8 -0
- package/dist/src/scheme/github_search_code.d.ts +20 -12
- package/dist/src/scheme/github_search_pull_requests.d.ts +26 -18
- package/dist/src/scheme/github_search_repos.d.ts +17 -12
- package/dist/src/scheme/github_view_repo_structure.d.ts +8 -0
- package/dist/src/scheme/schemDescriptions.d.ts +0 -6
- package/dist/src/security/withSecurityValidation.d.ts +29 -0
- package/dist/src/session.d.ts +7 -17
- package/dist/src/tools/hints.d.ts +1 -1
- package/dist/src/tools/utils.d.ts +2 -0
- package/dist/src/types.d.ts +17 -2
- package/dist/tests/security/withSecurityValidation.extractResearchFields.test.d.ts +1 -0
- package/package.json +1 -1
- package/dist/src/prompts.d.ts +0 -11
- package/dist/src/systemPrompts.d.ts +0 -1
package/README.md
CHANGED
|
@@ -753,7 +753,7 @@ Common error codes:
|
|
|
753
753
|
- **[Usage Guide](./docs/USAGE_GUIDE.md)** - 20+ real-world examples
|
|
754
754
|
- **[Authentication Guide](./docs/AUTHENTICATION.md)** - Setup and troubleshooting
|
|
755
755
|
- **[Tool Schemas](./docs/TOOL_SCHEMAS.md)** - Complete JSON schemas
|
|
756
|
-
- **[Architecture](./docs/
|
|
756
|
+
- **[Architecture](./docs/SUMMMARY.md)** - System design and internals
|
|
757
757
|
|
|
758
758
|
### External Links
|
|
759
759
|
|