@guildforge/mcp 1.0.0 → 1.0.1
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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -196,7 +196,7 @@ discord.js Client
|
|
|
196
196
|
Discord API
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
Each tool follows the
|
|
199
|
+
Each tool follows the following pattern:
|
|
200
200
|
- `index.ts` — Barrel export
|
|
201
201
|
- `<tool>.tool.ts` — Metadata (name, description, schema, execute)
|
|
202
202
|
- `<tool>.handler.ts` — Business logic
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guildforge/mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "MCP Server to manage Discord channels, categories, roles and permissions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"typescript": "^6.0.3",
|
|
45
45
|
"vitest": "^4.1.7",
|
|
46
46
|
"@guildforge/tsdown-config": "0.0.0",
|
|
47
|
-
"@guildforge/
|
|
48
|
-
"@guildforge/
|
|
47
|
+
"@guildforge/vitest-config": "0.0.0",
|
|
48
|
+
"@guildforge/typescript-config": "0.0.0"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|