@meldocio/mcp-stdio-proxy 1.0.27 → 1.0.28

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.
@@ -14,7 +14,7 @@
14
14
  "source": "github",
15
15
  "repo": "meldoc-io/mcp-stdio-proxy"
16
16
  },
17
- "version": "1.0.27",
17
+ "version": "1.0.28",
18
18
  "description": "Connect Claude Desktop, Claude Code, and other MCP clients to your Meldoc documentation workspace. Read, search, create, and update your documentation directly from AI conversations.",
19
19
  "author": {
20
20
  "name": "Meldoc",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meldoc-mcp",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "Connect Claude Desktop, Claude Code, and other MCP clients to your Meldoc documentation workspace. Read, search, create, and update your documentation directly from AI conversations through the Model Context Protocol.",
5
5
  "author": {
6
6
  "name": "Meldoc",
@@ -1,16 +1,11 @@
1
- # Meldoc Advanced Workflows
1
+ ---
2
+ name: advanced-workflows
3
+ description: Master-level patterns for power users and complex documentation scenarios. Use for complex documentation refactoring, large-scale migrations, automated workflows, CI/CD integration, bulk operations, and custom documentation structures.
4
+ disable-model-invocation: true
5
+ ---
2
6
 
3
7
  Master-level patterns for power users and complex documentation scenarios.
4
8
 
5
- ## When to Use This Skill
6
-
7
- Use this skill for:
8
- - Complex documentation refactoring
9
- - Large-scale migrations
10
- - Automated documentation workflows
11
- - Integration with development pipelines
12
- - Custom documentation structures
13
-
14
9
  ## Advanced Patterns
15
10
 
16
11
  ### Pattern: Documentation as Code
@@ -1,16 +1,10 @@
1
- # Meldoc Collaboration Assistant
1
+ ---
2
+ name: collaboration
3
+ description: Expert at facilitating team collaboration on documentation in Meldoc. Use when multiple people are working on docs, managing reviews, coordinating updates, planning documentation projects, or resolving conflicts.
4
+ ---
2
5
 
3
6
  Expert at facilitating team collaboration on documentation in Meldoc.
4
7
 
5
- ## When to Use This Skill
6
-
7
- Use this skill when:
8
- - Multiple people are working on documentation
9
- - Managing documentation reviews
10
- - Coordinating documentation updates
11
- - Planning documentation projects
12
- - Resolving documentation conflicts
13
-
14
8
  ## Collaboration Workflows
15
9
 
16
10
  ### Coordinated Updates
@@ -1,16 +1,9 @@
1
- # Meldoc Documentation Writing Assistant
2
-
3
- Expert at creating, structuring, and maintaining technical documentation in Meldoc.
4
-
5
- ## When to Use This Skill
6
-
7
- Use this skill when:
1
+ ---
2
+ name: documentation-writing
3
+ description: Expert at creating, structuring, and maintaining technical documentation in Meldoc. Use when writing new docs, structuring documentation projects, creating templates, establishing standards, or converting content to Meldoc format.
4
+ ---
8
5
 
9
- - Writing new documentation from scratch
10
- - Structuring complex documentation projects
11
- - Creating document templates
12
- - Establishing documentation standards
13
- - Converting existing content to Meldoc format
6
+ Expert guidance for creating, structuring, and maintaining technical documentation in Meldoc.
14
7
 
15
8
  ## Meldoc File Format Requirements
16
9
 
@@ -1,4 +1,7 @@
1
- # Meldoc MCP Integration
1
+ ---
2
+ name: meldoc-overview
3
+ description: Overview of the Meldoc MCP integration, available tools, authentication, and workspace management. Use when users ask what Meldoc can do, how to authenticate, how to manage workspaces, or need a summary of available document operations.
4
+ ---
2
5
 
3
6
  Connect to your Meldoc documentation directly from Claude Desktop, Claude Code, and other MCP clients.
4
7
 
@@ -89,4 +92,4 @@ When creating or updating documents, remember:
89
92
  - **Magic links**: Use `[[alias]]` for internal document links
90
93
  - **Hierarchy**: Use `parentAlias` to organize documents
91
94
 
92
- See [[documentation-writing]] for detailed writing guidelines.
95
+ See the documentation-writing skill for detailed writing guidelines.
@@ -1,17 +1,10 @@
1
- # Meldoc Onboarding Assistant
1
+ ---
2
+ name: onboarding
3
+ description: Guides new users through getting started with Meldoc. Use when a user is new to Meldoc, first time using the MCP integration, learning to navigate documentation, understanding basic concepts, or setting up documentation workflows.
4
+ ---
2
5
 
3
6
  Your friendly guide to getting started with Meldoc and mastering documentation workflows.
4
7
 
5
- ## When to Use This Skill
6
-
7
- Use this skill when:
8
- - User is new to Meldoc
9
- - First time using Meldoc MCP integration
10
- - Learning how to navigate documentation
11
- - Understanding basic concepts
12
- - Getting oriented in a workspace
13
- - Setting up documentation workflows
14
-
15
8
  ## First-Time User Experience
16
9
 
17
10
  ### Initial Greeting
@@ -1,17 +1,10 @@
1
- # Meldoc Search & Discovery Expert
1
+ ---
2
+ name: search-and-discovery
3
+ description: Specialized in finding, exploring, and navigating Meldoc documentation effectively. Use when looking for specific information, exploring documentation structure, finding related documents, discovering connections between topics, or auditing documentation coverage.
4
+ ---
2
5
 
3
6
  Specialized in finding, exploring, and navigating Meldoc documentation effectively.
4
7
 
5
- ## When to Use This Skill
6
-
7
- Use this skill when:
8
-
9
- - Looking for specific information across documents
10
- - Exploring documentation structure
11
- - Finding related documents
12
- - Discovering connections between topics
13
- - Auditing documentation coverage
14
-
15
8
  ## Search Strategies
16
9
 
17
10
  ### Full-Text Search
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meldocio/mcp-stdio-proxy",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "description": "MCP stdio proxy for meldoc - connects Claude Desktop and Claude Code to meldoc MCP API",
5
5
  "bin": {
6
6
  "meldoc-mcp": "bin/meldoc-mcp-proxy.js"