File tree Expand file tree Collapse file tree 5 files changed +23
-5
lines changed
Expand file tree Collapse file tree 5 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.0 "
2+ "." : " 0.2.1 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.1] ( https://github.com/hyprmcp/mcp-install-instructions-generator/compare/v0.2.0...v0.2.1 ) (2025-12-16)
4+
5+
6+ ### Other
7+
8+ * ** deps:** update actions/checkout action to v6 ([ #33 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/33 ) ) ([ e413e54] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/e413e54e333bf95b27717baeac746b70428727bf ) )
9+ * ** deps:** update actions/setup-node action to v6 ([ #23 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/23 ) ) ([ c523f75] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/c523f75f61574b539e33ca2b05e94c70e81491e9 ) )
10+ * ** deps:** update dependency @modelcontextprotocol/sdk to v1.20.0 ([ #17 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/17 ) ) ([ d94310d] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/d94310d508f577557611e6d88f5331ec241bcdd1 ) )
11+ * ** deps:** update dependency esbuild to ^0.27.0 ([ #31 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/31 ) ) ([ be40bdf] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/be40bdf34b3d2fb5dc5881de6f301ed3799a8611 ) )
12+ * ** deps:** update dependency esbuild to v0.25.11 ([ #24 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/24 ) ) ([ 77b8cc8] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/77b8cc84a9b28fa0337eb20085b6652190b8f936 ) )
13+ * ** deps:** update dependency prettier to v3.7.4 ([ #34 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/34 ) ) ([ a911820] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/a911820624e2a18f551ced05b01635d45a514b76 ) )
14+ * ** deps:** update dependency typescript to v5.9.3 ([ #21 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/21 ) ) ([ d03a2a8] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/d03a2a846bd585f280531905bd54786eb6675fd2 ) )
15+ * ** deps:** update docker/login-action action to v3.6.0 ([ 5bef608] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/5bef60846c19051e22d9f04b1ee2d491b30f1ade ) )
16+ * ** deps:** update docker/login-action action to v3.6.0 ([ 025f4a6] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/025f4a69f60ac45eef739e322486cadd83d02b9f ) )
17+ * ** deps:** update docker/metadata-action action to v5.10.0 ([ #30 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/30 ) ) ([ 89735c9] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/89735c9694403f77c4dc6e4c42f04b4e8b599982 ) )
18+ * ** deps:** update googleapis/release-please-action action to v4.4.0 ([ #27 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/27 ) ) ([ 05c24fe] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/05c24fe7bc1a43216005c288ea3be83bdc41e5fd ) )
19+ * ** deps:** update pnpm to v10.18.3 ([ #22 ] ( https://github.com/hyprmcp/mcp-install-instructions-generator/issues/22 ) ) ([ 93b0048] ( https://github.com/hyprmcp/mcp-install-instructions-generator/commit/93b0048b0e1d809e4785c211620c290afc38f5a6 ) )
20+
321## [ 0.2.0] ( https://github.com/hyprmcp/mcp-install-instructions-generator/compare/v0.1.1...v0.2.0 ) (2025-09-25)
422
523
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ You can use the web component by importing it into your HTML file:
4444<!-- x-release-please-start-version -->
4545
4646``` html
47- <script src =" https://cdn.jsdelivr.net/npm/@hyprmcp/mcp-install-instructions-generator@0.2.0 /dist/component/index.js" ></script >
47+ <script src =" https://cdn.jsdelivr.net/npm/@hyprmcp/mcp-install-instructions-generator@0.2.1 /dist/component/index.js" ></script >
4848<link
4949 rel =" stylesheet"
50- href =" https://cdn.jsdelivr.net/npm/@hyprmcp/mcp-install-instructions-generator@0.2.0 /dist/component/index.css"
50+ href =" https://cdn.jsdelivr.net/npm/@hyprmcp/mcp-install-instructions-generator@0.2.1 /dist/component/index.css"
5151/>
5252
5353<mcp-install-instructions
Original file line number Diff line number Diff line change 11{
22 "name" : " @hyprmcp/mcp-install-instructions-generator" ,
3- "version" : " 0.2.0 " ,
3+ "version" : " 0.2.1 " ,
44 "description" : " " ,
55 "scripts" : {
66 "prebuild" : " shx rm -rf dist" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { generateMCPInstructions, targets } from '../lib';
55export function newServer ( ) {
66 const server = new McpServer ( {
77 name : 'mcp-who-am-i' ,
8- version : '0.2.0 ' , // x-release-please-version
8+ version : '0.2.1 ' , // x-release-please-version
99 } ) ;
1010
1111 server . registerTool (
You can’t perform that action at this time.
0 commit comments