Skip to content

Commit 4dbd700

Browse files
cablateclaude
andcommitted
chore: add agent-skill keywords + ship skills/ in npm package
- Add keywords: google-maps, mcp-server, model-context-protocol, agent-skill, ai-agent, geospatial, places, directions, streamable-http - Add skills/ to files array so npm package includes Agent Skill definition Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fc5e8e8 commit 4dbd700

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

package.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"files": [
1111
"dist",
1212
"dist/**/*.map",
13-
"README.md"
13+
"README.md",
14+
"skills"
1415
],
1516
"scripts": {
1617
"build": "tsup --dts",
@@ -28,16 +29,21 @@
2829
},
2930
"keywords": [
3031
"google",
32+
"google-maps",
3133
"map",
32-
"api",
33-
"llm",
34-
"typescript",
3534
"mcp",
36-
"server",
37-
"streamable",
38-
"location",
35+
"mcp-server",
36+
"model-context-protocol",
37+
"agent-skill",
38+
"ai-agent",
39+
"geospatial",
3940
"geocoding",
40-
"navigation"
41+
"places",
42+
"directions",
43+
"navigation",
44+
"location",
45+
"streamable-http",
46+
"typescript"
4147
],
4248
"author": "CabLate",
4349
"license": "MIT",

0 commit comments

Comments
 (0)