```go
type SharedStruct struct {
ID int
Name string
Value float64
Constants []string
}
```
---
SharedStruct is a struct used across multiple files
```go
func (s *SharedStruct) GetName() string
func (s *SharedStruct) Method() string
func (s *SharedStruct) Process() error
```
---
[`main.SharedStruct` on pkg.go.dev](https://pkg.go.dev/github.com/isaacphi/mcp-language-server/integrationtests/test-output/go/workspace#SharedStruct)
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isaacphi/mcp-language-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server