@dexto/registry 1.5.6 → 1.5.8
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 +54 -0
- package/dist/index.js +54 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -131,6 +131,60 @@ var server_registry_data_default = [
|
|
|
131
131
|
homepage: "https://github.com/truffle-ai/mcp-servers",
|
|
132
132
|
matchIds: ["domain-checker"]
|
|
133
133
|
},
|
|
134
|
+
{
|
|
135
|
+
id: "swiggy-food",
|
|
136
|
+
name: "Swiggy Food",
|
|
137
|
+
description: "Order food with restaurant search, menus, cart management, and checkout",
|
|
138
|
+
category: "productivity",
|
|
139
|
+
icon: "\u{1F354}",
|
|
140
|
+
config: {
|
|
141
|
+
type: "http",
|
|
142
|
+
url: "https://mcp.swiggy.com/food",
|
|
143
|
+
timeout: 3e4
|
|
144
|
+
},
|
|
145
|
+
tags: ["swiggy", "food", "delivery", "ordering"],
|
|
146
|
+
isOfficial: true,
|
|
147
|
+
isInstalled: false,
|
|
148
|
+
author: "Swiggy",
|
|
149
|
+
homepage: "https://github.com/Swiggy/swiggy-mcp-server-manifest",
|
|
150
|
+
matchIds: ["swiggy-food", "swiggy_food"]
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
id: "swiggy-instamart",
|
|
154
|
+
name: "Swiggy Instamart",
|
|
155
|
+
description: "Shop groceries with product search, cart management, and checkout",
|
|
156
|
+
category: "productivity",
|
|
157
|
+
icon: "\u{1F6D2}",
|
|
158
|
+
config: {
|
|
159
|
+
type: "http",
|
|
160
|
+
url: "https://mcp.swiggy.com/im",
|
|
161
|
+
timeout: 3e4
|
|
162
|
+
},
|
|
163
|
+
tags: ["swiggy", "instamart", "groceries", "delivery"],
|
|
164
|
+
isOfficial: true,
|
|
165
|
+
isInstalled: false,
|
|
166
|
+
author: "Swiggy",
|
|
167
|
+
homepage: "https://github.com/Swiggy/swiggy-mcp-server-manifest",
|
|
168
|
+
matchIds: ["swiggy-instamart", "swiggy_instamart"]
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
id: "swiggy-dineout",
|
|
172
|
+
name: "Swiggy Dineout",
|
|
173
|
+
description: "Find restaurants, check availability, and book tables",
|
|
174
|
+
category: "productivity",
|
|
175
|
+
icon: "\u{1F37D}\uFE0F",
|
|
176
|
+
config: {
|
|
177
|
+
type: "http",
|
|
178
|
+
url: "https://mcp.swiggy.com/dineout",
|
|
179
|
+
timeout: 3e4
|
|
180
|
+
},
|
|
181
|
+
tags: ["swiggy", "dineout", "reservations", "restaurants"],
|
|
182
|
+
isOfficial: true,
|
|
183
|
+
isInstalled: false,
|
|
184
|
+
author: "Swiggy",
|
|
185
|
+
homepage: "https://github.com/Swiggy/swiggy-mcp-server-manifest",
|
|
186
|
+
matchIds: ["swiggy-dineout", "swiggy_dineout"]
|
|
187
|
+
},
|
|
134
188
|
{
|
|
135
189
|
id: "linear",
|
|
136
190
|
name: "Linear",
|
package/dist/index.js
CHANGED
|
@@ -103,6 +103,60 @@ var server_registry_data_default = [
|
|
|
103
103
|
homepage: "https://github.com/truffle-ai/mcp-servers",
|
|
104
104
|
matchIds: ["domain-checker"]
|
|
105
105
|
},
|
|
106
|
+
{
|
|
107
|
+
id: "swiggy-food",
|
|
108
|
+
name: "Swiggy Food",
|
|
109
|
+
description: "Order food with restaurant search, menus, cart management, and checkout",
|
|
110
|
+
category: "productivity",
|
|
111
|
+
icon: "\u{1F354}",
|
|
112
|
+
config: {
|
|
113
|
+
type: "http",
|
|
114
|
+
url: "https://mcp.swiggy.com/food",
|
|
115
|
+
timeout: 3e4
|
|
116
|
+
},
|
|
117
|
+
tags: ["swiggy", "food", "delivery", "ordering"],
|
|
118
|
+
isOfficial: true,
|
|
119
|
+
isInstalled: false,
|
|
120
|
+
author: "Swiggy",
|
|
121
|
+
homepage: "https://github.com/Swiggy/swiggy-mcp-server-manifest",
|
|
122
|
+
matchIds: ["swiggy-food", "swiggy_food"]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
id: "swiggy-instamart",
|
|
126
|
+
name: "Swiggy Instamart",
|
|
127
|
+
description: "Shop groceries with product search, cart management, and checkout",
|
|
128
|
+
category: "productivity",
|
|
129
|
+
icon: "\u{1F6D2}",
|
|
130
|
+
config: {
|
|
131
|
+
type: "http",
|
|
132
|
+
url: "https://mcp.swiggy.com/im",
|
|
133
|
+
timeout: 3e4
|
|
134
|
+
},
|
|
135
|
+
tags: ["swiggy", "instamart", "groceries", "delivery"],
|
|
136
|
+
isOfficial: true,
|
|
137
|
+
isInstalled: false,
|
|
138
|
+
author: "Swiggy",
|
|
139
|
+
homepage: "https://github.com/Swiggy/swiggy-mcp-server-manifest",
|
|
140
|
+
matchIds: ["swiggy-instamart", "swiggy_instamart"]
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
id: "swiggy-dineout",
|
|
144
|
+
name: "Swiggy Dineout",
|
|
145
|
+
description: "Find restaurants, check availability, and book tables",
|
|
146
|
+
category: "productivity",
|
|
147
|
+
icon: "\u{1F37D}\uFE0F",
|
|
148
|
+
config: {
|
|
149
|
+
type: "http",
|
|
150
|
+
url: "https://mcp.swiggy.com/dineout",
|
|
151
|
+
timeout: 3e4
|
|
152
|
+
},
|
|
153
|
+
tags: ["swiggy", "dineout", "reservations", "restaurants"],
|
|
154
|
+
isOfficial: true,
|
|
155
|
+
isInstalled: false,
|
|
156
|
+
author: "Swiggy",
|
|
157
|
+
homepage: "https://github.com/Swiggy/swiggy-mcp-server-manifest",
|
|
158
|
+
matchIds: ["swiggy-dineout", "swiggy_dineout"]
|
|
159
|
+
},
|
|
106
160
|
{
|
|
107
161
|
id: "linear",
|
|
108
162
|
name: "Linear",
|