Skip to content

Commit f9b7b15

Browse files
Add npm stuff
1 parent 7a896dc commit f9b7b15

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

packages/mcp/.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
**/*
2+
!/dist/**
3+
!README.md
4+
!package.json
5+
!CHANGELOG.md

packages/mcp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
- Initial release

packages/mcp/package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@sourcebot/mcp",
3-
"version": "0.1.0",
4-
"main": "dist/index.js",
3+
"version": "0.1.1-rc.1",
54
"type": "module",
5+
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"build": "tsc",
@@ -22,5 +22,10 @@
2222
"escape-string-regexp": "^5.0.0",
2323
"express": "^5.1.0",
2424
"zod": "^3.24.3"
25+
},
26+
"repository": {
27+
"type": "git",
28+
"url": "https://github.com/sourcebot-dev/sourcebot.git",
29+
"directory": "packages/mcp"
2530
}
26-
}
31+
}

0 commit comments

Comments
 (0)