Skip to content

Commit b669edd

Browse files
fix author and authorUrl display
1 parent f5b97ba commit b669edd

File tree

32 files changed

+96
-6
lines changed

32 files changed

+96
-6
lines changed

package-manager-template/groups/data-engineering/mcp servers/data-processor/metadata.en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ name: "Data Processor"
22
description: "An MCP server for processing and transforming data files with support for various formats"
33
type: "mcp server"
44
version: "1.0.0"
5+
author: "JB Brown"
6+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"
57
tags: ["data-processing", "etl", "transformation", "data-engineering"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: "Data Engineering Tools"
22
description: "A collection of data engineering roles and tools"
33
version: "1.0.0"
4+
author: "JB Brown"
5+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"
46
tags: ["data-engineering", "data", "analytics"]

package-manager-template/groups/data-engineering/modes/data-engineer-mode/metadata.en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ name: "Data Engineer"
22
description: "A mode focused on building and maintaining data pipelines, ETL processes, and data infrastructure"
33
type: "mode"
44
version: "1.0.0"
5+
author: "JB Brown"
6+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"
57
tags: ["data-engineering", "etl", "pipelines", "infrastructure"]
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
name: "Example MCP Server"
22
description: "An example MCP server for testing package manager functionality"
33
type: "mcp server"
4-
version: "1.0.0"
4+
version: "1.0.0"
5+
author: "JB Brown"
6+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"

package-manager-template/mcp servers/file-analyzer/metadata.en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ name: "File Analyzer MCP Server"
22
description: "An MCP server that analyzes files for code quality, security issues, and performance optimizations"
33
type: "mcp server"
44
version: "1.0.0"
5+
author: "JB Brown"
6+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"
57
tags: ["file-analyzer", "code-quality", "security", "performance"]
68
sourceUrl: "https://github.com/roo-team/file-analyzer-server"
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
name: "Package Manager Template"
22
description: "A template repository for creating package manager sources"
33
version: "1.0.0"
4+
author: "JB Brown"
5+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"

package-manager-template/modes/developer-mode/metadata.en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ name: "Full-Stack Developer Mode"
22
description: "A mode for a full-stack developer with expertise in web development, databases, and APIs"
33
type: "mode"
44
version: "1.0.0"
5+
author: "JB Brown"
6+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"
57
tags: ["developer", "full-stack", "web", "database", "api"]
68
sourceUrl: "https://github.com/roo-team/developer-resources"

package-manager-template/packages/data-platform/mcp servers/data-validator/metadata.en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ name: "Data Validator"
22
description: "An MCP server for validating data quality, schema compliance, and business rules"
33
type: "mcp server"
44
version: "1.0.0"
5+
author: "JB Brown"
6+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"
57
tags: ["validation", "data-quality", "schema", "rules-engine", "data-platform"]
68
sourceUrl: "https://github.com/example/data-platform/mcp servers/data-validator"

package-manager-template/packages/data-platform/metadata.en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ name: "Data Platform Package"
22
description: "A complete data platform solution including roles, servers, and storage systems"
33
type: "package"
44
version: "1.0.0"
5+
author: "JB Brown"
6+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"
57
tags: ["data-platform", "enterprise", "data-engineering", "complete-solution"]

package-manager-template/packages/data-platform/modes/platform-admin-mode/metadata.en.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ name: "Data Platform Administrator"
22
description: "Administrative mode responsible for managing and maintaining the data platform infrastructure"
33
type: "mode"
44
version: "1.0.0"
5+
author: "JB Brown"
6+
authorUrl: "https://www.linkedin.com/in/jbbrown1/"
57
tags: ["admin", "platform", "infrastructure", "data-platform"]
68
sourceUrl: "https://github.com/example/data-platform/modes/platform-admin"

0 commit comments

Comments
 (0)