@catchmexz/fedin-vibe-mcp-server 0.1.3 → 0.1.4

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/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -72,16 +72,16 @@ async function getRepositoryIdWithPat(pat) {
72
72
  ch.id as project_id,
73
73
  ch.mini_app_id
74
74
  FROM
75
- schema_dev.codeup AS c
75
+ public.codeup AS c
76
76
  INNER JOIN
77
- schema_dev.chat_history AS ch
77
+ public.chat_history AS ch
78
78
  ON
79
79
  c.chat_id = ch.id
80
80
  WHERE
81
81
  ch.pat = '${pat}'
82
82
  `;
83
83
  try {
84
- const response = await fetch('https://dev.fedin.cn/api/supabase/query', {
84
+ const response = await fetch('https://ai.fedin.cn/api/supabase/query', {
85
85
  method: "post",
86
86
  body: JSON.stringify({
87
87
  query
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@catchmexz/fedin-vibe-mcp-server",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"