Skip to content

Commit a1a2463

Browse files
committed
update descriptions
1 parent 57d0fb9 commit a1a2463

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hatchet-dev/pickaxe-cli",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"main": "dist/index.js",
55
"bin": {
66
"pickaxe": "./dist/index.js"

cli/src/mcp/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class PickaxeMcpServer {
5454
{
5555
name: "scaffold_agent",
5656
description:
57-
"Creates the boilerplate for a new AI agent with a simple interface that has a name, description, and execute method. Before using this tool, please refer to the planning instructions at: https://pickaxe.hatchet.run/mcp/mcp-instructions.md. If a user is asking to create an agent, you should first read this document, then scaffold tools with the `scaffold_tool` tool, and finally use this tool to create the agent.",
57+
"Creates the boilerplate for a new Pickaxe agent with a simple interface that has a name, description, and execute method. Before using this tool, please refer to the planning instructions at: https://pickaxe.hatchet.run/mcp/mcp-instructions.md. If a user is asking to create an agent, you should first read this document, then scaffold tools with the `scaffold_tool` tool, and finally use this tool to create the agent.",
5858
inputSchema: {
5959
type: "object",
6060
properties: {
@@ -73,7 +73,7 @@ export class PickaxeMcpServer {
7373
{
7474
name: "scaffold_tool",
7575
description:
76-
"Creates the boilerplate for a new utility tool with a simple interface that has a name, category, and execute method. Before using this tool, please refer to the planning instructions at: https://pickaxe.hatchet.run/mcp/mcp-instructions.md. If a user is asking to create a tool, you should first read this document, then use this tool to scaffold the tool.",
76+
"Creates the boilerplate for a new Pickaxe tool with a simple interface that has a name, category, and execute method. Before using this tool, please refer to the planning instructions at: https://pickaxe.hatchet.run/mcp/mcp-instructions.md. If a user is asking to create a tool, you should first read this document, then use this tool to scaffold the tool.",
7777
inputSchema: {
7878
type: "object",
7979
properties: {

0 commit comments

Comments
 (0)