-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 879 Bytes
/
Copy pathplugin.json
File metadata and controls
29 lines (29 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://agent-plugins.org/schema.json",
"name": "dublicator",
"version": "1.0.0",
"description": "Fork your existing marketing and rebuild it under a new profile — agent skill, REST API, and MCP server.",
"author": "Axel Freeman",
"license": "MIT",
"homepage": "https://dublicator.online",
"repository": "https://github.com/axelfreeman/dublicator",
"skills": [
{
"name": "dublicator",
"description": "Fork your marketing into a new profile — audience, language layer, or culture."
}
],
"mcpServers": [
{
"name": "dublicator",
"command": "uvx",
"args": ["--from", "git+https://github.com/axelfreeman/dublicator", "dublicator"],
"transport": "stdio"
},
{
"name": "dublicator-hosted",
"url": "https://dublicator.online/mcp",
"transport": "streamable-http"
}
]
}