Skip to content

Commit dc20591

Browse files
authored
Merge pull request #2 from crunchloop/fix/fix-bin-reference
fix: Fix bin reference
2 parents e2257d2 + 117841c commit dc20591

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crunchloop/mcp-teamtailor",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "MCP for Teamtailor",
55
"private": false,
66
"license": "MIT",
@@ -22,7 +22,7 @@
2222
"dist"
2323
],
2424
"bin": {
25-
"teamtailor-mcp": "dist/index.js"
25+
"teamtailor-mcp": "bin/teamtailor-mcp"
2626
},
2727
"dependencies": {
2828
"@modelcontextprotocol/sdk": "^1.7.0",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const client = new TeamtailorClient(
1313

1414
const server = new McpServer({
1515
name: "teamtailor",
16-
version: "0.0.1"
16+
version: "0.0.2"
1717
});
1818

1919
server.tool(

0 commit comments

Comments
 (0)