@boperators/mcp-server 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/logo.png +0 -0
  3. package/package.json +4 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @boperators/mcp-server
2
2
 
3
+ ![Sym.JS logo](./logo.png)
4
+
3
5
  An [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that gives AI assistants access to operator overload information in a [boperators](https://www.npmjs.com/package/boperators) project. Useful when asking an AI to read, write, or debug operator overloads — the server lets it inspect what overloads are defined, preview transformations, generate boilerplate, and validate definitions without having to read every source file manually.
4
6
 
5
7
  The server communicates over stdio and is launched on demand by the AI client.
package/logo.png ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boperators/mcp-server",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "license": "MIT",
5
5
  "description": "MCP server for boperators - gives AI assistants access to operator overload information.",
6
6
  "repository": {
@@ -34,11 +34,12 @@
34
34
  "package.json",
35
35
  "README.md",
36
36
  "license.txt",
37
- "dist"
37
+ "dist",
38
+ "logo.png"
38
39
  ],
39
40
  "dependencies": {
40
41
  "@modelcontextprotocol/sdk": "^1.12.1",
41
- "boperators": "0.1.0",
42
+ "boperators": "0.1.3",
42
43
  "zod": "^3.25.0"
43
44
  },
44
45
  "devDependencies": {