octocode-mcp 7.0.11 → 7.0.12-alpha.2
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 +15 -30
- package/dist/index.js +3 -3
- package/dist/src/scheme/github_search_pull_requests.d.ts +36 -36
- package/dist/src/tools/toolMetadata.d.ts +203 -0
- package/dist/src/tools/utils.d.ts +1 -1
- package/dist/tests/tools/github_search_code.match_modes.test.d.ts +0 -4
- package/dist/tests/tools/response_structure.test.d.ts +0 -6
- package/dist/tests/utils/testHelpers.d.ts +16 -0
- package/package.json +14 -18
- package/server.json +2 -2
- package/dist/src/constants.d.ts +0 -8
- package/dist/src/scheme/schemDescriptions.d.ts +0 -180
- package/dist/src/tools/descriptions.d.ts +0 -7
- package/dist/src/tools/hints.d.ts +0 -29
package/README.md
CHANGED
|
@@ -11,6 +11,20 @@
|
|
|
11
11
|
[](https://deepwiki.com/bgauryy/octocode-mcp)
|
|
12
12
|
[](https://archestra.ai/mcp-catalog/bgauryy__octocode-mcp)
|
|
13
13
|
|
|
14
|
+
<a href="https://octocode.ai"><img src="https://img.shields.io/badge/Website-007ACC?style=for-the-badge&logo=link&logoColor=white" alt="Website"></a>
|
|
15
|
+
<a href="https://www.youtube.com/@Octocode-ai"><img src="https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white" alt="YouTube Channel"></a>
|
|
16
|
+
|
|
17
|
+
</div>
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
<div align="center">
|
|
22
|
+
|
|
23
|
+
### ✨ Featured On
|
|
24
|
+
|
|
25
|
+
[](https://github.com/modelcontextprotocol/servers)
|
|
26
|
+
[](https://github.com/punkpeye/awesome-mcp-servers)
|
|
27
|
+
|
|
14
28
|
</div>
|
|
15
29
|
|
|
16
30
|
---
|
|
@@ -19,20 +33,15 @@
|
|
|
19
33
|
|
|
20
34
|
- [See It In Action](#see-it-in-action)
|
|
21
35
|
- [Installation](#installation)
|
|
22
|
-
- [Quick Start](#quick-start)
|
|
23
|
-
- [Platform-Specific Setup](#platform-specific-setup)
|
|
24
36
|
- [More Examples](#more-examples)
|
|
25
37
|
- [Overview](#overview)
|
|
26
|
-
- [
|
|
27
|
-
- [Octocode MCP Server](#octocode-mcp-server)
|
|
28
|
-
- [Features](#features)
|
|
38
|
+
- [Tools](#tools)
|
|
29
39
|
- [Commands](#commands)
|
|
30
40
|
- [/research - Expert Code Research Agent](#research---expert-code-research-agent)
|
|
31
41
|
- [/kudos - Repository Appreciation](#kudos---repository-appreciation)
|
|
32
42
|
- [/use - Quick Reference Guide](#use---quick-reference-guide)
|
|
33
43
|
- [Documentation](#documentation)
|
|
34
44
|
- [Community](#community)
|
|
35
|
-
- [Recognition](#recognition)
|
|
36
45
|
- [License](#license)
|
|
37
46
|
|
|
38
47
|
---
|
|
@@ -838,30 +847,6 @@ If Octocode helps your AI development workflow:
|
|
|
838
847
|
|
|
839
848
|
---
|
|
840
849
|
|
|
841
|
-
<div align="center">
|
|
842
|
-
|
|
843
|
-
## Recognition
|
|
844
|
-
|
|
845
|
-
<a href="https://glama.ai/mcp/servers/@bgauryy/octocode-mcp">
|
|
846
|
-
<img width="380" height="200" src="https://glama.ai/mcp/servers/@bgauryy/octocode-mcp/badge" alt="Octocode MCP on Glama" />
|
|
847
|
-
</a>
|
|
848
|
-
|
|
849
|
-
---
|
|
850
|
-
|
|
851
|
-
**Built with care for developers by developers**
|
|
852
|
-
|
|
853
|
-
[Website](https://octocode.ai) • [GitHub](https://github.com/bgauryy/octocode-mcp) • [NPM](https://www.npmjs.com/package/octocode-mcp)
|
|
854
|
-
|
|
855
|
-
---
|
|
856
|
-
|
|
857
|
-
*Octocode MCP is an official MCP Community Server*
|
|
858
|
-
|
|
859
|
-
[](https://github.com/modelcontextprotocol/servers)
|
|
860
|
-
|
|
861
|
-
</div>
|
|
862
|
-
|
|
863
|
-
---
|
|
864
|
-
|
|
865
850
|
## License
|
|
866
851
|
|
|
867
852
|
MIT - See [LICENSE](./LICENSE) for details.
|