instagit 0.1.4 → 0.1.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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -317,7 +317,7 @@ async function registerAnonymousToken(apiUrl) {
|
|
|
317
317
|
// src/index.ts
|
|
318
318
|
var server = new import_mcp.McpServer({
|
|
319
319
|
name: "instagit",
|
|
320
|
-
version: "0.1.
|
|
320
|
+
version: "0.1.5"
|
|
321
321
|
});
|
|
322
322
|
var TOOL_DESCRIPTION = `Analyze any Git repository with AI. Point it at a repo and ask questions about the codebase. Use cases include:
|
|
323
323
|
- Understanding unfamiliar codebases: 'Explain the architecture and main components'
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "instagit",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"mcpName": "io.github.
|
|
3
|
+
"version": "0.1.5",
|
|
4
|
+
"mcpName": "io.github.instagitai/instagit",
|
|
5
5
|
"description": "MCP server for Instagit — AI-powered Git repository analysis for coding agents",
|
|
6
6
|
"author": "Instalabs, LLC",
|
|
7
7
|
"license": "MIT",
|