File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 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" ,
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+ }
You can’t perform that action at this time.
0 commit comments