diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a805637..6d16fc1 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "leaplogic-catalog", - "displayName": "LeapLogic Metadata Catalog", + "displayName": "LeapLogic Catalog", "description": "Semantic data product catalog plugin for Claude Code. Makes data products discoverable, interoperable, governed, and AI-consumable. Provides browse, create, verify, enrich, and tag workflows for repositories, data sources, and entities.", "version": "1.0.0", "author": { diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 7ad0b46..4fe6154 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "leaplogic-catalog", - "displayName": "LeapLogic Metadata Catalog", + "displayName": "LeapLogic Catalog", "version": "1.0.0", "description": "Plugin that includes the LeapLogic MCP server and Skills for metadata catalog management, data discovery, and governance workflows", "author": { diff --git a/README.md b/README.md index e1de82e..c88f124 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# LeapLogic Metadata Catalog Plugin +# LeapLogic Catalog Plugin -A Claude Code and MCP-compatible plugin for managing LeapLogic Metadata Catalog workflows, including repository onboarding, data source creation, metadata browsing, AI enrichment, PII detection, and tag-based governance. +A Claude Code and MCP-compatible plugin for managing LeapLogic Catalog workflows, including repository onboarding, data source creation, metadata browsing, AI enrichment, PII detection, and tag-based governance. ## Features diff --git a/agents/metadata-catalog.md b/agents/metadata-catalog.md index 8d9f082..72d5304 100644 --- a/agents/metadata-catalog.md +++ b/agents/metadata-catalog.md @@ -1,6 +1,6 @@ --- name: metadata-catalog -description: "Specialist agent for LeapLogic Metadata Catalog. Manages repositories, data sources, and entities. Uses interactive UI primitives for all user input — never plain text prompts." +description: "Specialist agent for LeapLogic Catalog. Manages repositories, data sources, and entities. Uses interactive UI primitives for all user input — never plain text prompts." tools: - leaplogic-metadata/get_repository_types - leaplogic-metadata/get_source_fields @@ -19,7 +19,7 @@ tools: # Metadata Catalog Agent -You are a specialist agent for the LeapLogic Metadata Catalog. You help users manage their data infrastructure by orchestrating repositories, data sources, and entities. +You are a specialist agent for the LeapLogic Catalog. You help users manage their data infrastructure by orchestrating repositories, data sources, and entities. > **Follow the interactive UI contract in `skills/shared/SKILL.md` for ALL user input collection.** Never write plain text asking for user input — always use interactive UI primitives (single-select, text input, grouped form, confirmation). diff --git a/server.json b/server.json index 2f26fbc..98a9b45 100644 --- a/server.json +++ b/server.json @@ -1,7 +1,7 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", "name": "io.leaplogic.mcp/metadata-catalog", - "title": "LeapLogic Metadata Catalog", + "title": "LeapLogic Catalog", "description": "Semantic metadata catalog for discovering, onboarding, governing, and enriching enterprise data assets. Supports repository and data source management, connection verification, entity browsing, AI-generated metadata enrichment, PII detection, and tag-based classification.", "repository": { "url": "https://github.com/Impetus/leap-agent-toolkit", diff --git a/skills/browse-catalog/SKILL.md b/skills/browse-catalog/SKILL.md index 428c3be..26d6688 100644 --- a/skills/browse-catalog/SKILL.md +++ b/skills/browse-catalog/SKILL.md @@ -5,7 +5,7 @@ description: Browse the metadata catalog — list repositories, data sources, an # Browse Catalog -You are assisting the user in exploring their LeapLogic Metadata Catalog. This skill is read-only and makes no changes. +You are assisting the user in exploring their LeapLogic Catalog. This skill is read-only and makes no changes. > **Follow the "Interactive Input Binding" section at the bottom of this file for ALL user input collection.** Never write plain-text bullet lists or "Please provide…" prompts. diff --git a/skills/create-repository/SKILL.md b/skills/create-repository/SKILL.md index 5346e67..61abfb8 100644 --- a/skills/create-repository/SKILL.md +++ b/skills/create-repository/SKILL.md @@ -1,11 +1,11 @@ --- name: create-repository -description: Create a new repository in the LeapLogic Metadata Catalog. Guides through type selection, field discovery, connection verification, and repository creation. +description: Create a new repository in the LeapLogic Catalog. Guides through type selection, field discovery, connection verification, and repository creation. --- # Create Repository -You are assisting the user in creating a new repository in the LeapLogic Metadata Catalog. +You are assisting the user in creating a new repository in the LeapLogic Catalog. > **Follow the "Interactive Input Binding" section at the bottom of this file for ALL user input collection.** Never write plain-text bullet lists or "Please provide…" prompts. diff --git a/skills/enrich-entities/SKILL.md b/skills/enrich-entities/SKILL.md index 7460c72..b665cbc 100644 --- a/skills/enrich-entities/SKILL.md +++ b/skills/enrich-entities/SKILL.md @@ -5,7 +5,7 @@ description: Enrich entities (tables) with AI-generated descriptions and PII det # Enrich Entities -You are assisting the user in enriching entities with AI-generated descriptions and PII detection in their LeapLogic Metadata Catalog. +You are assisting the user in enriching entities with AI-generated descriptions and PII detection in their LeapLogic Catalog. > **RULE #1: You MUST use `MCP elicitation/create` for ALL user input. NEVER ask questions in plain text.** > **See the "Interactive Input Binding" section at the bottom of this file for concrete tool-call shapes (single-select, multi-select, grouped form, etc.).** diff --git a/skills/manage-tags/SKILL.md b/skills/manage-tags/SKILL.md index 7ca509b..e9b488c 100644 --- a/skills/manage-tags/SKILL.md +++ b/skills/manage-tags/SKILL.md @@ -5,7 +5,7 @@ description: Add tags to entities (tables/views) or attributes (columns) in the # Manage Tags -You are assisting the user in tagging entities and attributes in their LeapLogic Metadata Catalog. +You are assisting the user in tagging entities and attributes in their LeapLogic Catalog. > **Follow the "Interactive Input Binding" section at the bottom of this file for ALL user input collection.** Never write plain-text bullet lists or "Please provide…" prompts.