Bob Dickinson
Bob Dickinson
The glyphs in the TrueType font are positioned oddly, which makes them very hard to use in conjunction with other text (such as when trying to place an icon next...
I was having trouble getting Triton Docker support working under Windows, and noticed (after a couple of unproductive hours) that Docker support is explicitly disabled in `triton profile create` (via...
I'm used to the comparable Docker commands (docker-machine env, for example), which detect your shell and output appropriate script for setting the environment vars. Or alternatively, allow you to specify...
#### Environment details - OS: MacOS 14.6.1 - Node.js version: 20.10.0 - npm version: 10.2.3 - `@google-cloud/spanner` version: 7.14.0 #### Steps to reproduce 1. Create a new Next.js project, import...
Environment details OS: MacOS Sonomia 14.6.1 Node.js version: 20.9.0 npm version: 10.1.0 @google-cloud/spanner version: 7.14.0 Steps to reproduce Note: I was somewhat reluctant to file this because I couldn't easily...
#### Environment details - OS: MacOS Sonomia 14.6.1 - Node.js version: 20.9.0 - npm version: 10.1.0 - `@google-cloud/spanner` version: 7.14.0 #### Steps to reproduce 1. Create a transaction - I...
**Describe the solution you'd like** Please add [TeamSpark AI Workbench](https://www.teamspark.ai) to the list of supported MCP Clients at https://modelcontextprotocol.io/clients. (It supports MCP tools only, both does support both stdio and...
Added schema validation and support for exhaustive and more detailed validation to existing validators. Added new `mcp-publisher validate` command. No change to any existing tests or behavior other than the...
## Introduction The MCP Registry ecosystem is designed to support multiple registries. Clients will be able to configure and connect to one or more registries, including: - **Subregistries** - Curated...
When using `anyOf` in schema7 and no element matches, schema errors from validations of all child elements are produced, which makes it hard to understand the actual schema error. This...