Skip to content

Commit f1ce786

Browse files
committed
remove quotes from include/exclude tags example
1 parent ea374e3 commit f1ce786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,12 @@ To connect using GitHub Copilot, configure the `mcp.json` file (see [VSCode docs
8888

8989
### Customizing the tools
9090
If you'd like, you can enable or disable specific tools in the MCP server. For example, if you're only working with the orders tooling: You can start the server with just the that enabled:
91-
`--include-tags="orders"`
91+
`--include-tags=orders`
9292

93-
If you want to keep the defaults, but disable a certain tool, you can: `--exclude-tags="destinations"`
93+
If you want to keep the defaults, but disable a certain tool, you can: `--exclude-tags=destinations`
9494

9595
In order to disable more than one tool you can provide a comma separated list like:
96-
`--exclude-tags="destinations","moasics"`
96+
`--exclude-tags=destinations,moasics`
9797

9898
By default, we have disabled download tools and the subscriptions tools, as we have found those tools don't work very well with LLMs at the moment.
9999

0 commit comments

Comments
 (0)