@mkacki98/chestnut-mcp 0.1.2 → 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/config.js +1 -1
  2. package/package.json +1 -1
package/dist/config.js CHANGED
@@ -37,7 +37,7 @@ export function clearAccessToken() {
37
37
  }
38
38
  export function getChestnutUrl() {
39
39
  const config = loadConfig();
40
- return config.chestnutUrl || "https://chestnut.com"; // Replace with actual production URL
40
+ return config.chestnutUrl || "https://chestnut.so";
41
41
  }
42
42
  export function setChestnutUrl(url) {
43
43
  const config = loadConfig();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mkacki98/chestnut-mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "MCP server for Chestnut learning platform integration",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",