Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/wicked-forks-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@lit-labs/cli-mcp-server': minor
'@lit-labs/cli': minor
---

Implement the `lit labs mcp` command and `--autoinstall` flag
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ packages/labs/cli/test-gen/
packages/labs/cli-localize/lib/
packages/labs/cli-localize/node_modules/

packages/labs/cli-mcp-server/lib/
packages/labs/compiler/**/test_files
packages/labs/compiler/development/
packages/labs/compiler/node_modules/
Expand Down
5 changes: 5 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ This repository is a monorepo that uses Lit for building web components and no o
- Specify script dependencies
- Cache build artifacts in `.wireit` directories
- Prepending `WIREIT_LOGGER=simple npm run <command>` outputs the full logs to the console

## MCP

If you are unsure about a feature of Lit, lit-html, or LitElement, consider
referencing the Lit MCP's `search_lit_dev_docs` tool if available.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ packages/labs/cli/test-goldens/
packages/labs/cli-localize/lib/
packages/labs/cli-localize/node_modules/

packages/labs/cli-mcp-server/lib/
packages/labs/compiler/development/
packages/labs/compiler/node_modules/
packages/labs/compiler/test/
Expand Down
Loading
Loading