File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change
1
+ ** /*
2
+ ! /dist /**
3
+ ! README.md
4
+ ! package.json
5
+ ! CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sourcebot/mcp" ,
3
- "version" : " 0.1.0" ,
4
- "main" : " dist/index.js" ,
3
+ "version" : " 0.1.1-rc.1" ,
5
4
"type" : " module" ,
5
+ "main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"scripts" : {
8
8
"build" : " tsc" ,
22
22
"escape-string-regexp" : " ^5.0.0" ,
23
23
"express" : " ^5.1.0" ,
24
24
"zod" : " ^3.24.3"
25
+ },
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " https://github.com/sourcebot-dev/sourcebot.git" ,
29
+ "directory" : " packages/mcp"
25
30
}
26
- }
31
+ }
You can’t perform that action at this time.
0 commit comments