coalesce-mcp 6.0.3 → 6.0.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.
@@ -36,6 +36,8 @@ using Coalesce.Starter.Vue.Data.Services;
36
36
  #endif
37
37
  #endif
38
38
 
39
+ CoalesceOptions.PreventAspNetBrowserRefresh();
40
+
39
41
  var builder = WebApplication.CreateBuilder(new WebApplicationOptions
40
42
  {
41
43
  Args = args,
@@ -3,10 +3,6 @@
3
3
  "Kestrel": {
4
4
  "commandName": "Project",
5
5
  "launchBrowser": true,
6
-
7
- // Disables injection of MSFT's undesirable JS that force-refreshes the page when C# files are changed.
8
- "hotReloadEnabled": false,
9
-
10
6
  "environmentVariables": {
11
7
  "ASPNETCORE_ENVIRONMENT": "Development"
12
8
  },
@@ -2,6 +2,7 @@
2
2
  "Logging": {
3
3
  "LogLevel": {
4
4
  "Default": "Information",
5
+ "Azure": "Warning",
5
6
  "Microsoft.AspNetCore": "Warning",
6
7
  "Microsoft.EntityFrameworkCore.Database.Command": "Warning"
7
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coalesce-mcp",
3
- "version": "6.0.3",
3
+ "version": "6.0.4",
4
4
  "description": "MCP server for IntelliTect's Coalesce framework.",
5
5
  "repository": "https://github.com/IntelliTect/Coalesce",
6
6
  "author": "IntelliTect",