octocode-mcp 2.3.4 → 2.3.5
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 +3 -6
- package/build/index.js +1994 -1160
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -93,9 +93,6 @@ npm login
|
|
|
93
93
|
|
|
94
94
|
**That's it!** No personal access tokens, no config files, no complex setup. Octocode leverages [GitHub CLI](https://cli.github.com/) authentication behind the scenes and **automatically works with your organization's private repositories**.
|
|
95
95
|
|
|
96
|
-

|
|
97
|
-
|
|
98
|
-
|
|
99
96
|
## How Octocode Works 🔄
|
|
100
97
|
|
|
101
98
|
**Smart Discovery Flow:**
|
|
@@ -110,17 +107,17 @@ npm login
|
|
|
110
107
|
### Example 1: LangGraph Node.js Implementation Tutorial
|
|
111
108
|
**Query:** "Show implementations of langgraph in node js. Make a tutorial for how to implement a simple agent using OpenAI API."
|
|
112
109
|
|
|
113
|
-

|
|
110
|
+
[](https://youtu.be/E5HUlRckpvg?si=XXLle59C92esDscS)
|
|
114
111
|
|
|
115
112
|
### Example 2: Zustand React State Management
|
|
116
113
|
**Query:** "Show me how to add zustand to react application. Show examples and best practices"
|
|
117
114
|
|
|
118
|
-

|
|
115
|
+
[](https://youtu.be/EgYbsuWmqsI?si=CN_KwCPgwprImynU)
|
|
119
116
|
|
|
120
117
|
### Example 3: React vs Vue.js Rendering Comparison
|
|
121
118
|
**Query:** "How did React implement their concurrent rendering flows? How is it different from Vue.js rendering mechanism? Which is better?"
|
|
122
119
|
|
|
123
|
-

|
|
120
|
+
[](https://youtu.be/-_pbCbLXKDc?si=KiPeGCzmwWtb6G3r)
|
|
124
121
|
|
|
125
122
|
## Core Features 🛠️
|
|
126
123
|
|