food402 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
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/rafiers/food402.git
109
+ git clone https://github.com/rersozlu/food402.git
110
110
  cd food402
111
111
 
112
112
  # Install dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "food402",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "MCP server for ordering food from TGO Yemek",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,7 +26,7 @@
26
26
  "license": "MIT",
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/rafiers/food402"
29
+ "url": "https://github.com/rersozlu/food402"
30
30
  },
31
31
  "dependencies": {
32
32
  "@modelcontextprotocol/sdk": "^1.0.0",