@bugzy-ai/bugzy 1.3.0 → 1.4.0

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/dist/index.cjs CHANGED
@@ -60,6 +60,7 @@ var MCP_SERVERS = {
60
60
  name: "Slack",
61
61
  description: "Slack MCP server for messaging and channel operations",
62
62
  requiresCredentials: true,
63
+ npmPackages: ["simple-slack-mcp-server"],
63
64
  config: {
64
65
  command: "slack-mcp-server",
65
66
  args: [],
@@ -73,6 +74,7 @@ var MCP_SERVERS = {
73
74
  name: "Microsoft Teams",
74
75
  description: "Microsoft Teams MCP server for messaging and channel operations",
75
76
  requiresCredentials: true,
77
+ npmPackages: ["@bugzy-ai/teams-mcp-server"],
76
78
  config: {
77
79
  command: "teams-mcp-server",
78
80
  args: [],
@@ -86,6 +88,7 @@ var MCP_SERVERS = {
86
88
  name: "Playwright",
87
89
  description: "Playwright MCP server for browser automation",
88
90
  requiresCredentials: false,
91
+ npmPackages: ["@playwright/mcp"],
89
92
  config: {
90
93
  command: "mcp-server-playwright",
91
94
  args: [
@@ -110,6 +113,7 @@ var MCP_SERVERS = {
110
113
  name: "Notion",
111
114
  description: "Notion MCP server for documentation",
112
115
  requiresCredentials: true,
116
+ npmPackages: ["@notionhq/notion-mcp-server"],
113
117
  config: {
114
118
  command: "notion-mcp-server",
115
119
  args: [],
@@ -123,6 +127,7 @@ var MCP_SERVERS = {
123
127
  name: "Jira Server (On-Prem)",
124
128
  description: "Jira Server MCP via tunnel for on-premise instances",
125
129
  requiresCredentials: true,
130
+ npmPackages: ["@mcp-tunnel/wrapper", "@bugzy-ai/jira-mcp-server"],
126
131
  config: {
127
132
  command: "mcp-tunnel",
128
133
  args: ["--server", "jira-mcp-server"],
@@ -6186,8 +6191,8 @@ var SUBAGENTS = {
6186
6191
  description: "Automatically create and track bugs and issues",
6187
6192
  icon: "bot",
6188
6193
  integrations: [
6189
- INTEGRATIONS.linear,
6190
- INTEGRATIONS.jira,
6194
+ // INTEGRATIONS.linear,
6195
+ // INTEGRATIONS.jira,
6191
6196
  INTEGRATIONS["jira-server"],
6192
6197
  INTEGRATIONS.notion,
6193
6198
  INTEGRATIONS.slack
@@ -6201,7 +6206,10 @@ var SUBAGENTS = {
6201
6206
  name: "Documentation Researcher",
6202
6207
  description: "Search and retrieve information from your documentation",
6203
6208
  icon: "file-search",
6204
- integrations: [INTEGRATIONS.notion, INTEGRATIONS.confluence],
6209
+ integrations: [
6210
+ INTEGRATIONS.notion
6211
+ // INTEGRATIONS.confluence
6212
+ ],
6205
6213
  model: "sonnet",
6206
6214
  color: "cyan",
6207
6215
  version: "1.0.0"