Alex Rudenko
7a095c699d
chore: add chrome devtools to a separate group ( #534 )
2025-11-07 11:04:25 +01:00
Sebastian Benz
60fd66e5bc
chore: new bug report template not showing up ( #496 )
...
Removed JSON rendering for MCP configuration field.
2025-10-29 21:10:53 +01:00
Alex Rudenko
17b2edca7c
build: do not bundle by default ( #488 )
...
The CI jobs will still bundle by default but I think the risk of the
differences between the bundled and unbundled version is fairly low for
local development.
2025-10-29 11:00:43 +01:00
Nikolay Vitkov
73be1b4424
build: extract bundled in a separate config ( #474 )
2025-10-27 12:30:33 +01:00
Nikolay Vitkov
fc2f0586f4
chore: update bug template ( #464 )
2025-10-24 10:51:42 +00:00
Alex Rudenko
bc81582632
ci: create separate devDependency PRs for puppeteer and chrome-devtools-frontend ( #448 )
2025-10-21 15:36:49 +02:00
Nikolay Vitkov
2ffe56a1a5
chore: clean up rollup config ( #416 )
...
Source maps were not provided for local builds.
And a left out debug
2025-10-17 15:46:03 +00:00
Nikolay Vitkov
7d78e9cfe0
build: use local version of rollup ( #413 )
2025-10-17 14:06:22 +00:00
Nikolay Vitkov
24d2a1379e
chore: fix MCP registry url pattern ( #402 )
...
https://github.com/modelcontextprotocol/registry/pull/677
2025-10-16 18:03:15 +02:00
Nikolay Vitkov
b6db383888
ci: fix MCP registry publishing ( #401 )
...
They started omitting the version the archive and rely on the url TAG
2025-10-16 17:28:57 +02:00
Nikolay Vitkov
0c54d93644
chore: use a name for job ( #379 )
2025-10-14 12:54:55 +02:00
Nikolay Vitkov
69f293de50
docs: fix feature template ( #372 )
2025-10-13 13:57:42 +00:00
Nikolay Vitkov
5a6592d094
ci: fix node version for pre-release ( #368 )
2025-10-13 12:00:09 +00:00
Nikolay Vitkov
dc9a78483d
chore: use template for feature requests ( #365 )
2025-10-13 11:34:49 +00:00
Nikolay Vitkov
2e0961f36d
ci: verify schema is correct on release PRs ( #314 )
...
Also gets the latest mcp-publisher based on GitHub latest tag.
2025-10-13 12:01:30 +02:00
Alex Rudenko
323a063e25
ci: extract devtools frontend to a separate group ( #353 )
2025-10-12 13:57:44 +00:00
Nikolay Vitkov
b1d239ece1
refactor: use release-please to bump version in files ( #349 )
2025-10-12 11:14:27 +00:00
Nikolay Vitkov
fe76d8f184
chore: switch to issue type in bug template ( #325 )
...
Use the native issue time that was recently added.
2025-10-09 22:08:28 +02:00
Nikolay Vitkov
78a9f88ce7
chore: fix manual workflow ( #312 )
...
The first job was skipped so the second one that was marked as `needs:
npm-publish` was getting skipped as well
I think this should fix that.
2025-10-08 12:39:07 +01:00
Nikolay Vitkov
f478c572ca
chore: fix manual workflow ( #310 )
...
Action was wrong, and the jobs were not stop depending on the input.
2025-10-08 10:05:20 +00:00
Nikolay Vitkov
58e50b53da
chore: provide a structured bug template ( #301 )
...
I think this will help people structure what is needed more easily.
The current version does not restrict anything so it's as close as a
no-op as possible
TODO: I need to look in how to add the screenshot part back.
2025-10-08 09:54:55 +00:00
Nikolay Vitkov
5b78be5287
ci: add rerun for publish ( #309 )
...
This will allow us to manually call the run so the latest GitHub Action
config from main is picked up.
It also updates the Publisher to the latest version, and extracts the
command in vars so its easier to
update and read.
2025-10-08 09:50:28 +00:00
Nikolay Vitkov
2ad061dd32
ci: fix Dependabot and Puppeteer ( #289 )
...
We use both Puppeteer and Puppeteer-Core so we need to keep them in sync
else their types will have issue and not work correctly.
2025-10-06 16:33:22 +02:00
Nikolay Vitkov
1100dbea0d
chore: update ci job names ( #258 )
2025-10-02 16:12:44 +02:00
Nikolay Vitkov
1b226b8c0e
ci: require conventional commit title ( #257 )
...
This is needed to Release please can function properly
2025-10-02 14:58:22 +02:00
Alex Rudenko
13613b4a33
fix: support node20 ( #52 )
...
Initially, we started with the support of Node22+ but since Node20 is an
LTS that is still in the maintenance mode it makes sense to support it.
2025-09-29 13:43:35 +00:00
Alex Rudenko
adfcecf987
fix: validate and report incompatible Node versions ( #113 )
...
Ref https://github.com/ChromeDevTools/chrome-devtools-mcp/issues/92
2025-09-24 14:45:27 +02:00
Alex Rudenko
f2fe7f0e5e
test: add node23 to the matrix ( #100 )
2025-09-24 09:28:57 +00:00
Alex Rudenko
cae1cf13d5
fix: manually bump server.json versions based on package.json ( #105 )
...
it appears that mcp registry publishing tools would not sync
automatically with package.json.
2025-09-24 10:23:06 +02:00
Alex Rudenko
8d0cb79b50
chore: update mcp publisher ( #98 )
2025-09-24 06:20:17 +00:00
Sebastian Benz
82bd72aef7
chore: fix label for feature request issues ( #97 )
2025-09-24 08:00:04 +02:00
Alex Rudenko
67af3fefe5
chore: publish to MCP registry ( #78 )
...
Includes server.json and the GitHub Actions steps.
2025-09-23 19:59:48 +02:00
Alex Rudenko
91d83c4190
test: fix shell for windows tests ( #72 )
2025-09-23 09:37:22 +02:00
Alex Rudenko
54efe95620
chore: add provenance back ( #61 )
...
Reverts ChromeDevTools/chrome-devtools-mcp#49
2025-09-22 13:31:38 +00:00
Sebastian Benz
0c7daa0b86
chore: refactor docs generating ( #55 )
...
* add script `npm run docs` that builds, generate docs and runs
formatter to auto fix formatting after doc generation
* rename generate-docs to docs:generate
* update presubmit workflow
* add docs process to contributing.md
2025-09-19 15:57:10 +02:00
Alex Rudenko
642d146269
ci: remove provenance while private ( #49 )
2025-09-17 15:09:00 +02:00
Alex Rudenko
7db9d82e5c
ci: fix npm version in publish ( #46 )
...
Following
https://docs.npmjs.com/trusted-publishers#supported-cicd-providers more
closely
2025-09-17 12:57:08 +00:00
Alex Rudenko
a0d0b0a4e4
ci: setup publishing with OICD ( #41 )
...
Following
https://docs.npmjs.com/trusted-publishers#supported-cicd-providers
2025-09-16 15:47:06 +00:00
Alex Rudenko
c663f4d7f9
feat: support script evaluate arguments ( #40 )
...
This change allows clients to pass snapshot elements as arguments.
2025-09-16 17:44:53 +02:00
Alex Rudenko
52911b5251
ci: fix publishing ( #27 )
2025-09-15 14:37:34 +00:00
Alex Rudenko
89cc993cd5
ci: fix tag matching ( #26 )
2025-09-15 14:33:15 +00:00
Alex Rudenko
4aa0a1882e
ci: allow npm publishing ( #24 )
2025-09-15 13:59:32 +00:00
Alex Rudenko
5776575df2
ci: add node matrix ( #20 )
2025-09-15 12:43:50 +02:00
Alex Rudenko
15de413999
ci: add matrix for other OSes ( #19 )
2025-09-15 09:48:18 +00:00
Sebastian Benz
8ba8460b98
docs: polish readme ( #2 )
...
* add configuration section
* move user-data-dir to new concepts section
2025-09-12 12:30:30 +02:00
Alex Rudenko
a4aa186666
ci: actual release-please ( #8 )
...
disable npm publishing for now.
2025-09-11 11:56:08 +00:00
Nikolay Vitkov
03cede89cf
ci: preconfigure CI jobs ( #3 )
2025-09-11 11:46:56 +00:00
Alex Rudenko
852c219ce5
ci: add release-please ( #5 )
2025-09-11 13:39:42 +02:00
Alex Rudenko
937ad0b88a
ci: re-configure ci ( #1 )
2025-09-11 13:10:05 +02:00
Alex Rudenko
31a0bdce26
feat: initial version
2025-09-11 12:46:05 +02:00