🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@skillfm/mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skillfm/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+41
docs/KEYWORD-DISCOVERY.md
# Keyword Discovery Notes
Use this note when checking SkillFM Beacon in MCP registries and downstream directories.
## Official MCP Registry
The Official MCP Registry `search` parameter currently performs a case-insensitive substring match on `server.name`, not a full-text search over title, description, README, or publisher-provided keywords.
Practical implication: core discovery terms must appear in the canonical MCP name.
Current canonical name:
```text
io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup
```
Expected single-token hits:
- `skillfm`
- `health`
- `token`
- `usage`
- `byok`
- `cost`
- `cleanup`
Expected hyphenated hits:
- `ai-health`
- `token-usage`
Known limitation: exact phrase queries with spaces, such as `AI health` or `token usage`, do not match this official API because server names cannot contain spaces.
## Public Copy
For directories that do index text fields, keep using the human-facing title and description:
- Title: `SkillFM Beacon`
- Description: `AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.`
Keep README and marketplace descriptions keyword-rich, but do not rely on those fields for the Official MCP Registry search endpoint.
+1
-1

@@ -8,3 +8,3 @@ # Marketplace Checklist

- Name: `SkillFM Beacon`
- MCP name: `io.github.ericm1018/skillfm`
- MCP name: `io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup`
- npm package: `@skillfm/mcp`

@@ -11,0 +11,0 @@ - Repository: `https://github.com/ericm1018/skillfm-mcp`

{
"name": "@skillfm/mcp",
"version": "0.1.0",
"mcpName": "io.github.ericm1018/skillfm",
"version": "0.1.1",
"mcpName": "io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup",
"description": "SkillFM Beacon MCP: AI health checkups, token usage, LLM cost optimization, BYOK monitoring, and safe agent cleanup.",

@@ -6,0 +6,0 @@ "type": "module",

{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ericm1018/skillfm",
"name": "io.github.ericm1018/skillfm-ai-health-token-usage-byok-cost-cleanup",
"title": "SkillFM Beacon",

@@ -12,3 +12,3 @@ "description": "AI health, token usage, LLM cost optimization, BYOK vault, and cleanup audits for MCP agents.",

},
"version": "0.1.0",
"version": "0.1.1",
"packages": [

@@ -19,3 +19,3 @@ {

"identifier": "@skillfm/mcp",
"version": "0.1.0",
"version": "0.1.1",
"transport": {

@@ -22,0 +22,0 @@ "type": "stdio"