food402 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/dist/index.js +0 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -106,7 +106,7 @@ Here's the typical workflow when ordering food through the AI assistant:
|
|
|
106
106
|
|
|
107
107
|
```bash
|
|
108
108
|
# Clone the repository
|
|
109
|
-
git clone https://github.com/
|
|
109
|
+
git clone https://github.com/rafiers/food402.git
|
|
110
110
|
cd food402
|
|
111
111
|
|
|
112
112
|
# Install dependencies
|
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "food402",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "MCP server for ordering food from TGO Yemek",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"ai",
|
|
23
23
|
"food-ordering"
|
|
24
24
|
],
|
|
25
|
-
"author": "
|
|
25
|
+
"author": "rafiers",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|
|
29
|
-
"url": "https://github.com/
|
|
29
|
+
"url": "https://github.com/rafiers/food402"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@modelcontextprotocol/sdk": "^1.0.0",
|