harvesthealth commited on
Commit
cd577f4
·
verified ·
1 Parent(s): 9db0b2f

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. go.mod +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ async def startup_event():
47
  logger.warning("Subprocess may have exited immediately with code: %s", proc.returncode)
48
 
49
  # Start the background task to log stderr
50
- # asyncio.create_task(log_stderr()) # Temporarily disabled for debugging
51
  logger.info("=== STARTUP COMPLETE ===")
52
  except Exception as e:
53
  logger.error("Failed to create subprocess: %s", str(e))
 
47
  logger.warning("Subprocess may have exited immediately with code: %s", proc.returncode)
48
 
49
  # Start the background task to log stderr
50
+ asyncio.create_task(log_stderr())
51
  logger.info("=== STARTUP COMPLETE ===")
52
  except Exception as e:
53
  logger.error("Failed to create subprocess: %s", str(e))
go.mod CHANGED
@@ -5,7 +5,7 @@ go 1.23.7
5
  require (
6
  github.com/google/go-github/v74 v74.0.0
7
  github.com/josephburnett/jd v1.9.2
8
- github.com/mark3labs/mcp-go v0.36.0
9
  github.com/migueleliasweb/go-github-mock v1.3.0
10
  github.com/spf13/cobra v1.9.1
11
  github.com/spf13/viper v1.20.1
 
5
  require (
6
  github.com/google/go-github/v74 v74.0.0
7
  github.com/josephburnett/jd v1.9.2
8
+ github.com/mark3labs/mcp-go v0.40.0
9
  github.com/migueleliasweb/go-github-mock v1.3.0
10
  github.com/spf13/cobra v1.9.1
11
  github.com/spf13/viper v1.20.1