agentsbestfriend 0.6.0 → 0.6.1
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 +3 -3
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -43414,7 +43414,7 @@ function registerPingTool(server) {
|
|
|
43414
43414
|
const status = {
|
|
43415
43415
|
status: "ok",
|
|
43416
43416
|
server: "agents-best-friend",
|
|
43417
|
-
version: "0.6.
|
|
43417
|
+
version: "0.6.1",
|
|
43418
43418
|
projectRoot,
|
|
43419
43419
|
timestamp: (/* @__PURE__ */ new Date()).toISOString()
|
|
43420
43420
|
};
|
|
@@ -45543,7 +45543,7 @@ Purely heuristic \u2014 no LLM required. Useful to understand a project's style
|
|
|
45543
45543
|
|
|
45544
45544
|
// ../server/dist/server.js
|
|
45545
45545
|
var SERVER_NAME = "agents-best-friend";
|
|
45546
|
-
var SERVER_VERSION = "0.6.
|
|
45546
|
+
var SERVER_VERSION = "0.6.1";
|
|
45547
45547
|
function createAbfServer() {
|
|
45548
45548
|
const server = new McpServer({
|
|
45549
45549
|
name: SERVER_NAME,
|
|
@@ -45592,7 +45592,7 @@ async function startCommand() {
|
|
|
45592
45592
|
|
|
45593
45593
|
// src/index.ts
|
|
45594
45594
|
var program = new Command();
|
|
45595
|
-
program.name("abf").description("AgentsBestFriend \u2014 AI-first code navigation and analysis tools").version("0.6.
|
|
45595
|
+
program.name("abf").description("AgentsBestFriend \u2014 AI-first code navigation and analysis tools").version("0.6.1");
|
|
45596
45596
|
program.command("start").description("Start the MCP server in stdio mode (for AI agent connections)").action(async () => {
|
|
45597
45597
|
await startCommand();
|
|
45598
45598
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentsbestfriend",
|
|
3
|
-
"
|
|
3
|
+
"mcpName": "io.github.TheRealFloatDev/agentsbestfriend",
|
|
4
|
+
"version": "0.6.1",
|
|
4
5
|
"description": "Give your AI coding agents superpowers — a local MCP server for fast, token-efficient code navigation, search & analysis.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"license": "MIT",
|