octocode-mcp 7.0.11-alpha.4 → 7.0.11
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 +30 -15
- package/dist/index.js +1 -1
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -11,20 +11,6 @@
|
|
|
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
|
-
|
|
28
14
|
</div>
|
|
29
15
|
|
|
30
16
|
---
|
|
@@ -33,15 +19,20 @@
|
|
|
33
19
|
|
|
34
20
|
- [See It In Action](#see-it-in-action)
|
|
35
21
|
- [Installation](#installation)
|
|
22
|
+
- [Quick Start](#quick-start)
|
|
23
|
+
- [Platform-Specific Setup](#platform-specific-setup)
|
|
36
24
|
- [More Examples](#more-examples)
|
|
37
25
|
- [Overview](#overview)
|
|
38
|
-
- [
|
|
26
|
+
- [Architecture](#architecture)
|
|
27
|
+
- [Octocode MCP Server](#octocode-mcp-server)
|
|
28
|
+
- [Features](#features)
|
|
39
29
|
- [Commands](#commands)
|
|
40
30
|
- [/research - Expert Code Research Agent](#research---expert-code-research-agent)
|
|
41
31
|
- [/kudos - Repository Appreciation](#kudos---repository-appreciation)
|
|
42
32
|
- [/use - Quick Reference Guide](#use---quick-reference-guide)
|
|
43
33
|
- [Documentation](#documentation)
|
|
44
34
|
- [Community](#community)
|
|
35
|
+
- [Recognition](#recognition)
|
|
45
36
|
- [License](#license)
|
|
46
37
|
|
|
47
38
|
---
|
|
@@ -847,6 +838,30 @@ If Octocode helps your AI development workflow:
|
|
|
847
838
|
|
|
848
839
|
---
|
|
849
840
|
|
|
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
|
+
|
|
850
865
|
## License
|
|
851
866
|
|
|
852
867
|
MIT - See [LICENSE](./LICENSE) for details.
|